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