diff --git a/src/components/settings/PushNotifications/PushNotificationsBanner/index.tsx b/src/components/settings/PushNotifications/PushNotificationsBanner/index.tsx index c1fdd57963..ec0bafa129 100644 --- a/src/components/settings/PushNotifications/PushNotificationsBanner/index.tsx +++ b/src/components/settings/PushNotifications/PushNotificationsBanner/index.tsx @@ -210,7 +210,7 @@ export const PushNotificationsBanner = ({ children }: { children: ReactElement } // On dismiss, track the event and dismiss the banner const onDismiss = () => { trackEvent(PUSH_NOTIFICATION_EVENTS.DISMISS_BANNER) - dismissBanner + dismissBanner() } // On enable all, track the event and enable all notifications