diff --git a/Passepartout-iOS/Scenes/AccountViewController.swift b/Passepartout-iOS/Scenes/AccountViewController.swift index 8b6f0130..b49afa24 100644 --- a/Passepartout-iOS/Scenes/AccountViewController.swift +++ b/Passepartout-iOS/Scenes/AccountViewController.swift @@ -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) +// } } }