diff --git a/src/app/[name]/(Main)/[id]/page.tsx b/src/app/[name]/(Main)/[id]/page.tsx index 3355e9f..3d60e2e 100644 --- a/src/app/[name]/(Main)/[id]/page.tsx +++ b/src/app/[name]/(Main)/[id]/page.tsx @@ -150,7 +150,8 @@ function FoodPage({ }: Props) { diff --git a/src/components/topbar/TopBar.tsx b/src/components/topbar/TopBar.tsx index 1d88440..04c5a8c 100644 --- a/src/components/topbar/TopBar.tsx +++ b/src/components/topbar/TopBar.tsx @@ -72,7 +72,7 @@ function TopBar({ profileDropState, toggleProfileDropState, toggleMenuState }: P className='relative'> - {notificationsCount?.data?.count} + {notificationsCount?.data?.count || '0'} {isLoggedIn ? (