Skip to content

Commit

Permalink
Fix #143: Inside Data attribute list - Name is invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
Mumthasir mohammed authored and georgepadayatti committed Nov 12, 2023
1 parent c574508 commit 90ac2dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class BBConsentAttributeTableViewCell: UITableViewCell {
}

func showData() {
self.titleLbl.text = self.consentInfo?.description
self.titleLbl.text = self.consentInfo?.name
self.dataLbl.text = ""
if consent == true {
self.consentTypeLbl.text = NSLocalizedString(Constant.Strings.allow, comment: "")
Expand Down

0 comments on commit 90ac2dd

Please sign in to comment.