Skip to content

Commit

Permalink
()
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Oct 9, 2023
1 parent e867d75 commit 3d1a802
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d1a802

Please sign in to comment.