diff --git a/app/(home-pages)/notifications/NotificationList.tsx b/app/(home-pages)/notifications/NotificationList.tsx index 35a974ba..bc0f054b 100644 --- a/app/(home-pages)/notifications/NotificationList.tsx +++ b/app/(home-pages)/notifications/NotificationList.tsx @@ -23,10 +23,12 @@ export function NotificationList({ }, 500); }, []); - if (notifications.length === 0) + if (notifications.length !== 0) return ( -