diff options
Diffstat (limited to 'Hutch/Views/More/MoreView.swift')
| -rw-r--r-- | Hutch/Views/More/MoreView.swift | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Hutch/Views/More/MoreView.swift b/Hutch/Views/More/MoreView.swift index eda918f..ad02077 100644 --- a/Hutch/Views/More/MoreView.swift +++ b/Hutch/Views/More/MoreView.swift @@ -19,13 +19,6 @@ struct MoreView: View { .themedRow() } - Section("Activity") { - NavigationLink(value: MoreRoute.activity) { - Label("Ticket Activity", systemImage: "bell.badge") - } - .themedRow() - } - Section("Other Services") { NavigationLink(value: MoreRoute.projects) { Label("Projects", systemImage: "square.stack.3d.up") |
