Manos Chorianopoulos

show expiration for single dfy code in wallet

......@@ -233,8 +233,7 @@ import SwiftEventBus
activeCodesCountLabel.text = "Ενεργός κωδικός:"
activeCodeLabel.text = dfyCoupons[0]._code
// TODO: UNHIDE IT
activeCodeExpirationLabel.isHidden = true
activeCodeExpirationLabel.isHidden = false
if (daysFromNow == "1") {
activeCodeExpirationLabel.text = "Λήγει σε " + daysFromNow + " ημέρα"
} else {
......