Fix: Don't show item if there is no label

This commit is contained in:
Pieter Vander Vennet 2024-03-27 00:57:53 +01:00
parent 20eb87ab87
commit 7edc7302bb

View file

@ -141,7 +141,7 @@
>
<Center class=" h-6 w-6" />
</div>
{:else}
{:else if !!$label}
<div
class={twMerge("soft relative rounded-full border border-black", size)}
on:click={() => focusMap()}