forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
2d7b8f6e45
commit
d24c7477b5
61 changed files with 1475 additions and 2274 deletions
|
|
@ -57,7 +57,6 @@
|
|||
<td>
|
||||
<button class="as-link cursor-pointer" on:click={() => sort("visitedTime")}>
|
||||
<Tr t={t.time} />
|
||||
|
||||
</button>
|
||||
</td>
|
||||
<td>
|
||||
|
|
@ -96,7 +95,6 @@
|
|||
<div slot="header">Labels</div>
|
||||
{#if $labels.length === 0}
|
||||
<Tr t={t.noLabels} />
|
||||
|
||||
{:else}
|
||||
{#each $labels as label}
|
||||
<div class="mx-2">
|
||||
|
|
@ -114,7 +112,6 @@
|
|||
}}
|
||||
>
|
||||
<Tr t={t.allChanges} />
|
||||
|
||||
</button>
|
||||
</div>
|
||||
{/each}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue