diff --git a/apps/frontend/src/components/notifications/notification.component.tsx b/apps/frontend/src/components/notifications/notification.component.tsx index ecab2113..c679bb6a 100644 --- a/apps/frontend/src/components/notifications/notification.component.tsx +++ b/apps/frontend/src/components/notifications/notification.component.tsx @@ -42,7 +42,7 @@ export const NotificationOpenComponent = () => { const { data, isLoading } = useSWR('notifications', loadNotifications); return ( -