Fix notification link

This commit is contained in:
Ian Philips 2022-10-11 16:59:20 -06:00
parent cdcce421a8
commit a71c3d6a4a

View File

@ -1220,7 +1220,7 @@ function getSourceUrl(notification: Notification) {
sourceType
)}`
else if (sourceSlug)
return `/${sourceSlug}#${getSourceIdForLinkComponent(
return `${sourceSlug}#${getSourceIdForLinkComponent(
sourceId ?? '',
sourceType
)}`