From ec2b798839217c7016d8fca242b28470ff19a490 Mon Sep 17 00:00:00 2001 From: T'JAMPENS QUENTIN p2406187 Date: Thu, 4 Dec 2025 18:19:05 +0100 Subject: [PATCH] Stop calling loadNotification --- src/components/Header/Header.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Header/Header.jsx b/src/components/Header/Header.jsx index 177cf3d..14043a7 100644 --- a/src/components/Header/Header.jsx +++ b/src/components/Header/Header.jsx @@ -18,7 +18,7 @@ function Header() { setNotifications(notifData || []); } - loadNotifications(); + //loadNotifications(); const handleClickOutside = (event) => { if ( notificationRef.current &&