Fix notification link
This commit is contained in:
parent
cdcce421a8
commit
a71c3d6a4a
|
@ -1220,7 +1220,7 @@ function getSourceUrl(notification: Notification) {
|
||||||
sourceType
|
sourceType
|
||||||
)}`
|
)}`
|
||||||
else if (sourceSlug)
|
else if (sourceSlug)
|
||||||
return `/${sourceSlug}#${getSourceIdForLinkComponent(
|
return `${sourceSlug}#${getSourceIdForLinkComponent(
|
||||||
sourceId ?? '',
|
sourceId ?? '',
|
||||||
sourceType
|
sourceType
|
||||||
)}`
|
)}`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user