From 3d1a8020afa53c7b44578822f4db21238574830c Mon Sep 17 00:00:00 2001 From: katspaugh Date: Mon, 9 Oct 2023 10:42:27 +0200 Subject: [PATCH] () --- .../PushNotifications/PushNotificationsBanner/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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