diff --git a/src/pages/NotificationsPage.tsx b/src/pages/NotificationsPage.tsx index abee588e..77f0ea1f 100644 --- a/src/pages/NotificationsPage.tsx +++ b/src/pages/NotificationsPage.tsx @@ -184,7 +184,7 @@ function formatSats(sats: number): string { /** Wrapper that adds the new-notification indicator. */ function NotificationWrapper({ isNew, children }: { isNew: boolean; children: React.ReactNode }) { return ( -
+
{isNew && (
)}