diff --git a/apple/OmnivoreKit/Sources/App/Views/Profile/ProfileView.swift b/apple/OmnivoreKit/Sources/App/Views/Profile/ProfileView.swift index f7d504e1f..09530202b 100644 --- a/apple/OmnivoreKit/Sources/App/Views/Profile/ProfileView.swift +++ b/apple/OmnivoreKit/Sources/App/Views/Profile/ProfileView.swift @@ -109,9 +109,9 @@ struct ProfileView: View { #if os(iOS) Section { - NavigationLink(destination: PushNotificationSettingsView()) { - Text("Push Notifications") - } +// NavigationLink(destination: PushNotificationSettingsView()) { +// Text("Push Notifications") +// } NavigationLink(destination: TextToSpeechView()) { Text("Text to Speech") }