forked from MapComplete/MapComplete
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" />
|
<Center class=" h-6 w-6" />
|
||||||
</div>
|
</div>
|
||||||
{:else}
|
{:else if !!$label}
|
||||||
<div
|
<div
|
||||||
class={twMerge("soft relative rounded-full border border-black", size)}
|
class={twMerge("soft relative rounded-full border border-black", size)}
|
||||||
on:click={() => focusMap()}
|
on:click={() => focusMap()}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue