Omit provider registration links

This commit is contained in:
Davide De Rosa 2019-09-13 22:17:43 +02:00
parent af813ddc14
commit b2f8cc1513
1 changed files with 5 additions and 5 deletions

View File

@ -123,11 +123,11 @@ class AccountViewController: UIViewController, TableModelHost {
}
model.setHeader("", for: .registration)
}
if let _ = referralURL {
model.add(.registration)
model.setFooter(L10n.Core.Account.Sections.Registration.footer(name.rawValue), for: .registration)
model.set([.signUp], in: .registration)
}
// if let _ = referralURL {
// model.add(.registration)
// model.setFooter(L10n.Core.Account.Sections.Registration.footer(name.rawValue), for: .registration)
// model.set([.signUp], in: .registration)
// }
}
}