Manos Chorianopoulos

show expiration for single dfy code in wallet

...@@ -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 {
......