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(() => {
- + +