From ecfc797e7d576b51b65c980f9285878872376478 Mon Sep 17 00:00:00 2001 From: Pujit Mehrotra Date: Thu, 14 Nov 2024 09:43:41 -0500 Subject: [PATCH] fix(web): stop opening notification sidebar to archive tab --- web/components/Notifications/Sidebar.vue | 51 ++++++++---------------- 1 file changed, 16 insertions(+), 35 deletions(-) diff --git a/web/components/Notifications/Sidebar.vue b/web/components/Notifications/Sidebar.vue index 08aed5af2..9373e2eb2 100644 --- a/web/components/Notifications/Sidebar.vue +++ b/web/components/Notifications/Sidebar.vue @@ -1,20 +1,11 @@ @@ -27,10 +18,7 @@ const importance = ref(undefined); - +
Notifications @@ -39,10 +27,8 @@ const importance = ref(undefined); - -
+ +
Unread Archived @@ -59,13 +45,14 @@ const importance = ref(undefined);