mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-07 02:07:43 +02:00
Fix backlinks header (#9107)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user