diff --git a/src/lib/components/common/Select.svelte b/src/lib/components/common/Select.svelte index 14c10c6282..210ce03f52 100644 --- a/src/lib/components/common/Select.svelte +++ b/src/lib/components/common/Select.svelte @@ -126,22 +126,17 @@ {#if open} -
- - {#each items as item} - - {/each} - +
+
+ + {#each items as item} + + {/each} + +
{/if}