Fondation

This commit is contained in:
alma 2026-01-17 01:57:29 +01:00
parent 9574cada2c
commit d5dd34677e

View File

@ -252,7 +252,7 @@ export function LayoutWrapper({ children, isSignInPage, isAuthenticated }: Layou
notification={emailNotification}
onDismiss={() => {
console.log('[LayoutWrapper] Email notification dismissed');
setEmailNotification(null);
setEmailNotification();
}}
/>
)}