Fondation
This commit is contained in:
parent
9574cada2c
commit
d5dd34677e
@ -252,7 +252,7 @@ export function LayoutWrapper({ children, isSignInPage, isAuthenticated }: Layou
|
|||||||
notification={emailNotification}
|
notification={emailNotification}
|
||||||
onDismiss={() => {
|
onDismiss={() => {
|
||||||
console.log('[LayoutWrapper] Email notification dismissed');
|
console.log('[LayoutWrapper] Email notification dismissed');
|
||||||
setEmailNotification(null);
|
setEmailNotification();
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user