Browse Source

removed test data

pull/1/head
gme_2 6 years ago
parent
commit
6f2ccc851c
  1. 2
      GMERemittance/Module/WalletStatement/User Interface/View/Cell/WalletStatementTableViewCell.swift

2
GMERemittance/Module/WalletStatement/User Interface/View/Cell/WalletStatementTableViewCell.swift

@ -35,7 +35,7 @@ class WalletStatementTableViewCell: UITableViewCell {
switch type {
case .walletIn:
self.walletAmountLabel.backgroundColor = AppConstants.themeBlueColor
self.walletAmountLabel.text = "IN: \(model?.walletIn ?? "")200,00,00"
self.walletAmountLabel.text = "IN: \(model?.walletIn ?? "")"
case .walletOut:
self.walletAmountLabel.backgroundColor = AppConstants.themeRedColor
self.walletAmountLabel.text = "OUT: \(model?.walletOut ?? "")"

Loading…
Cancel
Save