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 &&