diff --git a/Modules/Sources/NotificationsFeature/NotificationsScreen.swift b/Modules/Sources/NotificationsFeature/NotificationsScreen.swift index a0d43775..e3e79a08 100644 --- a/Modules/Sources/NotificationsFeature/NotificationsScreen.swift +++ b/Modules/Sources/NotificationsFeature/NotificationsScreen.swift @@ -43,7 +43,6 @@ public struct NotificationsScreen: View { .padding(16) } - Row("QMS", value: Binding(store.$appSettings.notifications.isQmsEnabled)) Row("QMS", value: Binding(store.$appSettings.notifications.isQmsEnabled)) Row("Forum", value: Binding(store.$appSettings.notifications.isForumEnabled)) Row("Topics", value: Binding(store.$appSettings.notifications.isTopicsEnabled))