forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
c9ce29f206
commit
40e894df8b
294 changed files with 14209 additions and 4192 deletions
|
|
@ -30,7 +30,13 @@
|
|||
</script>
|
||||
|
||||
{#if enableLogin.data}
|
||||
<button on:click={() => {shown.set(!shown.data)}}><Tr t={t.seeNearby}/> </button>
|
||||
<button
|
||||
on:click={() => {
|
||||
shown.set(!shown.data)
|
||||
}}
|
||||
>
|
||||
<Tr t={t.seeNearby} />
|
||||
</button>
|
||||
<Popup {shown} bodyPadding="p-4">
|
||||
<span slot="header">
|
||||
<Tr t={t.seeNearby} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue