diff --git a/src/components/Header/Header.jsx b/src/components/Header/Header.jsx index 4ee13ff..03a1161 100644 --- a/src/components/Header/Header.jsx +++ b/src/components/Header/Header.jsx @@ -15,10 +15,7 @@ function Header() { useEffect(() => { async function loadNotifications() { const notifData = await getUserNotifications(); - /* setNotifications(notifData || []); - */ - } //loadNotifications();