Manos Chorianopoulos

fix Coupon Cell turning gray

......@@ -126,6 +126,12 @@ import UIKit
// couponBgImage.image = UIImage(named: "coupon_bg", in: MyEmptyClass.resourceBundle(), compatibleWith: nil)
couponImage.layer.opacity = 1
borderView.layer.opacity = 1
nameLabel.layer.opacity = 1
dicountLabel.layer.opacity = 1
discriptionLabel.layer.opacity = 1
expirationLabel.isHidden = false
expirationRedView.isHidden = true
expirationLabel.text = "Ισχύει έως "+(coupon.expiration ?? "")
......