change filter svg by img tag
This commit is contained in:
@@ -15,10 +15,7 @@ function Header() {
|
||||
useEffect(() => {
|
||||
async function loadNotifications() {
|
||||
const notifData = await getUserNotifications();
|
||||
/*
|
||||
setNotifications(notifData || []);
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
//loadNotifications();
|
||||
|
||||
Reference in New Issue
Block a user