From a71c3d6a4adec98e2d22d444038e5c7f0834d2a9 Mon Sep 17 00:00:00 2001 From: Ian Philips Date: Tue, 11 Oct 2022 16:59:20 -0600 Subject: [PATCH] Fix notification link --- web/pages/notifications.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pages/notifications.tsx b/web/pages/notifications.tsx index 7388986a..3ac7e714 100644 --- a/web/pages/notifications.tsx +++ b/web/pages/notifications.tsx @@ -1220,7 +1220,7 @@ function getSourceUrl(notification: Notification) { sourceType )}` else if (sourceSlug) - return `/${sourceSlug}#${getSourceIdForLinkComponent( + return `${sourceSlug}#${getSourceIdForLinkComponent( sourceId ?? '', sourceType )}`