Fix: Don't show item if there is no label
This commit is contained in:
parent
20eb87ab87
commit
7edc7302bb
1 changed files with 1 additions and 1 deletions
|
@ -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()}
|
||||
|
|
Loading…
Reference in a new issue