Fix backlinks header (#9107)

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
Kristina
2025-05-26 22:30:54 +03:00
committed by GitHub
parent bf39eedca8
commit d6ce90ffd6
3 changed files with 2 additions and 3 deletions
@@ -37,7 +37,6 @@
export let showEmbedded = false
export let hideFooter = false
export let actions: Action[] = []
export let skipLabel = false
export let hoverable = true
export let hoverStyles: 'filledHover' = 'filledHover'
export let hideLink = false
@@ -92,7 +91,6 @@
{showEmbedded}
{hideFooter}
{actions}
{skipLabel}
{hoverable}
{hoverStyles}
showDatePreposition
@@ -621,6 +621,7 @@
{doc}
value={message}
skipLabel={isThread || isChunterSpace}
hideLink
hoverStyles="filledHover"
attachmentImageSize="x-large"
type={canGroup ? 'short' : 'default'}
@@ -52,7 +52,7 @@
<Scroller padding="0.75rem 0.25rem">
{#each references as reference}
<Lazy>
<ActivityReferencePresenter value={reference} hoverStyles="filledHover" />
<ActivityReferencePresenter value={reference} hoverStyles="filledHover" hideLink />
</Lazy>
{/each}
</Scroller>