From a4e2a77410012a4572495681eda85120255c15e5 Mon Sep 17 00:00:00 2001 From: Eli Bosley Date: Tue, 14 Jan 2025 15:16:24 -0500 Subject: [PATCH] feat: sidebar notification count --- web/components/Notifications/Sidebar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/Notifications/Sidebar.vue b/web/components/Notifications/Sidebar.vue index 86299d79f..59efa6678 100644 --- a/web/components/Notifications/Sidebar.vue +++ b/web/components/Notifications/Sidebar.vue @@ -88,7 +88,7 @@ const prepareToViewNotifications = () => { Unread ({{ overview.unread.total }}) - Archived ({{ overview.archive.total }}) + Archived ({{ overview.archive.total - overview.unread.total }})