From d5dd34677e6bec4c56b5fcb8398ce90dd93a2bba Mon Sep 17 00:00:00 2001 From: alma Date: Sat, 17 Jan 2026 01:57:29 +0100 Subject: [PATCH] Fondation --- components/layout/layout-wrapper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }} /> )}