From 495dd3727cb4e366b0371d4b4460aa9a3dfc78a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Tue, 30 Jul 2024 10:36:22 +0200 Subject: [PATCH] fix(frontend): hide actions if UpObject banner is also a link (as on homepage) --- .../lib/components/display/UpObject.svelte | 50 ++++++++++--------- 1 file changed, 26 insertions(+), 24 deletions(-) diff --git a/webui/src/lib/components/display/UpObject.svelte b/webui/src/lib/components/display/UpObject.svelte index b1d31c9..bbc3f39 100644 --- a/webui/src/lib/components/display/UpObject.svelte +++ b/webui/src/lib/components/display/UpObject.svelte @@ -249,33 +249,35 @@ {/if} - (openActions = true)} - /> - {#if openActions} - + {/if} {/if} {/if}