This commit is contained in:
commit
dae1bd70b3
|
@ -1220,10 +1220,9 @@ function getSourceUrl(notification: Notification) {
|
||||||
sourceType
|
sourceType
|
||||||
)}`
|
)}`
|
||||||
else if (sourceSlug)
|
else if (sourceSlug)
|
||||||
return `${sourceSlug}#${getSourceIdForLinkComponent(
|
return `${
|
||||||
sourceId ?? '',
|
sourceSlug.startsWith('/') ? sourceSlug : '/' + sourceSlug
|
||||||
sourceType
|
}#${getSourceIdForLinkComponent(sourceId ?? '', sourceType)}`
|
||||||
)}`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function getSourceIdForLinkComponent(
|
function getSourceIdForLinkComponent(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user