diff --git a/packages/web-app/src/modules/home-views/components/NavigationBarWithNovuNotifications.tsx b/packages/web-app/src/modules/home-views/components/NavigationBarWithNovuNotifications.tsx index 7ddcd17dc..be03127c2 100644 --- a/packages/web-app/src/modules/home-views/components/NavigationBarWithNovuNotifications.tsx +++ b/packages/web-app/src/modules/home-views/components/NavigationBarWithNovuNotifications.tsx @@ -16,7 +16,7 @@ export const NavigationBarWithNovuNotifications: FunctionComponent !unreadNovuNotification.payload.starChefStatus, + (unreadNovuNotification) => !unreadNovuNotification.payload?.starChefStatus, ) const unseenNovuNotificationsIds = unreadNovuNotificationsWithoutStarChef ?.filter((unreadNovuNotificationWithoutStarChef) => !unreadNovuNotificationWithoutStarChef.seen)