Manos Chorianopoulos

discount fix

......@@ -42,7 +42,8 @@ import UIKit
: data.discountType == "free" ? "Δωρεάν"
: ""
discountLabel.text = "\(data.discount)\(discountSymbol)"
// discountLabel.text = "\(data.discount)\(discountSymbol)"
discountLabel.text = data.discount
discountLabel.font = UIFont(name: "PingLCG-Bold", size: 17)
discountLabel.textColor = UIColor(rgb: 0xF2F2F2)
......