Browse Source

issue fixing

v0.17
stepie.ub 1 year ago
parent
commit
a4cc4fd3a3
  1. 2
      GME Remit/Modules/RecipientModules/Recipients/User Interface/View/Cell/RecipientsCollectionViewCell.swift

2
GME Remit/Modules/RecipientModules/Recipients/User Interface/View/Cell/RecipientsCollectionViewCell.swift

@ -38,7 +38,7 @@ class RecipientsCollectionViewCell: UICollectionViewCell {
}
func setUp(model: Recipient?) {
self.nameLabel.text = model?.firstName ?? ""
self.nameLabel.text = model?.fullName ?? ""
self.nameLabel.textColor = .black
self.initalsLabel.text = nameInitials
}

Loading…
Cancel
Save