From 76f7d16733c6bf8447748ed6a553fd74980c88c3 Mon Sep 17 00:00:00 2001 From: Giovanni-Josserand Date: Wed, 10 Dec 2025 15:27:43 +0100 Subject: [PATCH] change filter svg by img tag --- src/components/Header/Header.jsx | 3 --- 1 file changed, 3 deletions(-) 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();