fix(frontend): hide actions if UpObject banner is also a link (as on homepage)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Tomáš Mládek 2024-07-30 10:36:22 +02:00
parent 663597c3f3
commit 495dd3727c

View file

@ -249,6 +249,7 @@
</a>
</div>
{/if}
{#if !link}
<IconButton
name="shape-circle"
title={$i18n.t('Actions') || ''}
@ -278,6 +279,7 @@
</ul>
{/if}
{/if}
{/if}
</div>
</div>