diff --git a/apps/portal/src/app/features/notifications/pages/NotificationsPage.tsx b/apps/portal/src/app/features/notifications/pages/NotificationsPage.tsx index bde8979a3..5e7340173 100644 --- a/apps/portal/src/app/features/notifications/pages/NotificationsPage.tsx +++ b/apps/portal/src/app/features/notifications/pages/NotificationsPage.tsx @@ -21,6 +21,7 @@ import { useMarkNotificationReadMutation, } from '@ema-platform/api'; import { useDateDisplayer } from '@ema-platform/shared'; +import { PageLoader } from '@ema-platform/ui'; type Tab = 'all' | 'unseen' | 'seen'; @@ -75,9 +76,7 @@ export function NotificationsPage() { /> {isLoading ? ( -
- -
+ ) : items.length === 0 ? (