Showing
2 changed files
with
1 additions
and
2 deletions
No preview for this file type
| ... | @@ -233,8 +233,7 @@ import SwiftEventBus | ... | @@ -233,8 +233,7 @@ import SwiftEventBus | 
| 233 | 233 | ||
| 234 | activeCodesCountLabel.text = "Ενεργός κωδικός:" | 234 | activeCodesCountLabel.text = "Ενεργός κωδικός:" | 
| 235 | activeCodeLabel.text = dfyCoupons[0]._code | 235 | activeCodeLabel.text = dfyCoupons[0]._code | 
| 236 | - // TODO: UNHIDE IT | 236 | + activeCodeExpirationLabel.isHidden = false | 
| 237 | - activeCodeExpirationLabel.isHidden = true | ||
| 238 | if (daysFromNow == "1") { | 237 | if (daysFromNow == "1") { | 
| 239 | activeCodeExpirationLabel.text = "Λήγει σε " + daysFromNow + " ημέρα" | 238 | activeCodeExpirationLabel.text = "Λήγει σε " + daysFromNow + " ημέρα" | 
| 240 | } else { | 239 | } else { | ... | ... | 
- 
Please register or login to post a comment