change filter svg by img tag
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user