diff --git a/components/layout/layout-wrapper.tsx b/components/layout/layout-wrapper.tsx index 4e5fc51..4297a0c 100644 --- a/components/layout/layout-wrapper.tsx +++ b/components/layout/layout-wrapper.tsx @@ -252,7 +252,7 @@ export function LayoutWrapper({ children, isSignInPage, isAuthenticated }: Layou notification={emailNotification} onDismiss={() => { console.log('[LayoutWrapper] Email notification dismissed'); - setEmailNotification(null); + setEmailNotification(); }} /> )}