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