From bc69852333bcb0a7ac5307c95afcefeed8fa437c Mon Sep 17 00:00:00 2001 From: Pujit Mehrotra Date: Mon, 14 Oct 2024 13:29:18 -0400 Subject: [PATCH] chore(web): omit notifications sidebar from UPC in staging & prod --- .../store/modules/__snapshots__/notifications.test.ts.snap | 2 +- web/components/UserProfile.ce.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/api/src/__test__/store/modules/__snapshots__/notifications.test.ts.snap b/api/src/__test__/store/modules/__snapshots__/notifications.test.ts.snap index aac8ef17d..61beb3dd1 100644 --- a/api/src/__test__/store/modules/__snapshots__/notifications.test.ts.snap +++ b/api/src/__test__/store/modules/__snapshots__/notifications.test.ts.snap @@ -6,7 +6,7 @@ exports[`loads notifications properly 1`] = ` "description": "Canceled", "id": "/app/dev/notifications/unread/Unraid_Parity_check_1683971161.notify", "importance": "WARNING", - "link": undefined, + "link": "/", "subject": "Notice [UNRAID] - Parity check finished (0 errors)", "timestamp": "2023-05-13T09:46:01.000Z", "title": "Unraid Parity check", diff --git a/web/components/UserProfile.ce.vue b/web/components/UserProfile.ce.vue index 62660d22c..3276926e5 100644 --- a/web/components/UserProfile.ce.vue +++ b/web/components/UserProfile.ce.vue @@ -127,7 +127,8 @@ onBeforeMount(() => {
- + +