change filter svg by img tag

This commit is contained in:
2025-12-10 15:27:43 +01:00
parent 4fce23843e
commit 76f7d16733
-3
View File
@@ -15,10 +15,7 @@ function Header() {
useEffect(() => { useEffect(() => {
async function loadNotifications() { async function loadNotifications() {
const notifData = await getUserNotifications(); const notifData = await getUserNotifications();
/*
setNotifications(notifData || []); setNotifications(notifData || []);
*/
} }
//loadNotifications(); //loadNotifications();