diff --git a/plugins/workbench-resources/src/components/SpaceView.svelte b/plugins/workbench-resources/src/components/SpaceView.svelte index 86757e9966..18e44d2c60 100644 --- a/plugins/workbench-resources/src/components/SpaceView.svelte +++ b/plugins/workbench-resources/src/components/SpaceView.svelte @@ -16,11 +16,10 @@ {#if _class && space} - {#await getHeader(space._class) then header} - {#if header} - - {:else} - - {/if} - {/await} + {#if header} + + {:else} + + {/if} {/if}