diff --git a/src/pages/NotificationsPanel.tsx b/src/pages/NotificationsPanel.tsx index a5d50d8..3aa19ea 100644 --- a/src/pages/NotificationsPanel.tsx +++ b/src/pages/NotificationsPanel.tsx @@ -140,7 +140,7 @@ export default function NotificationsPanel({ maxItems }: NotificationsPanelProps
{allRead ? "You're all caught up." - : `You have ${unreadCount} unread notification${unreadCount === 1 ? "" : "s"}.`} + : <>You have {unreadCount} unread notification{unreadCount === 1 ? "" : "s"}.>}
{!allRead && ( @@ -198,7 +198,7 @@ export default function NotificationsPanel({ maxItems }: NotificationsPanelProps