diff --git a/frontend/src/lib/components/apps/components/layout/AppTabs.svelte b/frontend/src/lib/components/apps/components/layout/AppTabs.svelte index ff85e7f87c..553e6db4f1 100644 --- a/frontend/src/lib/components/apps/components/layout/AppTabs.svelte +++ b/frontend/src/lib/components/apps/components/layout/AppTabs.svelte @@ -48,7 +48,7 @@ selectedTabIndex: 0 }) - const titleBarHeight = 40; // Example height of a single accordion title bar in pixels + const titleBarHeight = 40 // Example height of a single accordion title bar in pixels function handleTabSelection() { selectedIndex = tabs?.indexOf(selected) @@ -172,7 +172,8 @@ {/each} - {:else if resolvedConfig.tabsKind == 'accordion'} + {/if} + {#if resolvedConfig.tabsKind == 'accordion'}