Skip to content

Commit 5a01a28

Browse files
authored
Merge pull request #189 from cuappdev/omar/remove-unfinished-alerts
Remove Service Alerts Section from Information VC
2 parents fb96059 + 71b50db commit 5a01a28

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

TCAT/Controllers/InformationViewController.swift

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,13 @@ class InformationViewController: UIViewController, UITableViewDataSource, UITabl
2626
var tableView = UITableView(frame: .zero, style: .grouped)
2727

2828
var content: [[(name: String, action: Selector)]] = [
29-
30-
31-
[ // Seciton 0
32-
(name: Constants.InformationView.serviceAlerts, action: #selector(showServiceAlerts))
33-
],
3429

35-
[ // Section 1
30+
[ // Section 0
3631
(name: Constants.InformationView.onboarding, action: #selector(presentOnboarding)),
3732
(name: Constants.InformationView.sendFeedback, action: #selector(sendFeedback))
3833
],
3934

40-
[ // Section 2
35+
[ // Section 1
4136
(name: Constants.InformationView.moreApps, action: #selector(showMoreApps)),
4237
(name: Constants.InformationView.website, action: #selector(openTeamWebsite))
4338
]

0 commit comments

Comments
 (0)