diff --git a/plugins/workbench-resources/src/components/SpaceView.svelte b/plugins/workbench-resources/src/components/SpaceView.svelte index 61cbad8ef7..5fe3cff684 100644 --- a/plugins/workbench-resources/src/components/SpaceView.svelte +++ b/plugins/workbench-resources/src/components/SpaceView.svelte @@ -63,18 +63,19 @@ function onSearch(ev: Event) {
-
- {#each viewlets as viewlet, i} -
{ selected = i }}> -
- - - + {#if viewlets.length > 1} +
+ {#each viewlets as viewlet, i} +
{ selected = i }}> +
+ + + +
-
- {/each} -
- + {/each} +
+ {/if}
{/if}