Show guidance URL even without string
This commit is contained in:
parent
fe7946bc37
commit
4d568bf3d6
|
@ -100,7 +100,11 @@ class AccountViewController: UIViewController, StrongTableHost {
|
||||||
} else {
|
} else {
|
||||||
model.setFooter(guidanceString, forSection: .credentials)
|
model.setFooter(guidanceString, forSection: .credentials)
|
||||||
}
|
}
|
||||||
model.setHeader("", forSection: .registration)
|
// model.setHeader("", forSection: .registration)
|
||||||
|
} else if let _ = guidanceURL {
|
||||||
|
model.add(.guidance)
|
||||||
|
model.set([.openGuide], forSection: .guidance)
|
||||||
|
// model.setHeader("", forSection: .registration)
|
||||||
}
|
}
|
||||||
// if let _ = referralURL {
|
// if let _ = referralURL {
|
||||||
// model.add(.registration)
|
// model.add(.registration)
|
||||||
|
|
Loading…
Reference in New Issue