diff --git a/public/components/NotificationIndicator.tsx b/public/components/NotificationIndicator.tsx index c15cf96a1..c8eb84a86 100644 --- a/public/components/NotificationIndicator.tsx +++ b/public/components/NotificationIndicator.tsx @@ -100,14 +100,12 @@ export const NotificationIndicator = () => { ) : ( -
-

- No new notifications -

- {recent?.length === 0 && ( - - )} -
+
+

+ No new notifications +

+ {recent?.length === 0 && } +
)} {recent !== undefined && recent?.length > 0 && ( <>