diff options
Diffstat (limited to 'src/view/screens/Notifications.tsx')
-rw-r--r-- | src/view/screens/Notifications.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/Notifications.tsx b/src/view/screens/Notifications.tsx index ace0de2ae..528d6be87 100644 --- a/src/view/screens/Notifications.tsx +++ b/src/view/screens/Notifications.tsx @@ -130,7 +130,7 @@ export function NotificationsScreen({}: Props) { </Layout.Header.Content> <Layout.Header.Slot> <Link - to="/notifications/settings" + to={{screen: 'NotificationSettings'}} label={_(msg`Notification settings`)} size="small" variant="ghost" |