hide duplicate button
This commit is contained in:
parent
a3cd614c61
commit
48964d27e4
1 changed files with 10 additions and 9 deletions
|
@ -33,16 +33,17 @@
|
|||
You have no lists yet! <Link to="/lists/create" class="text-blue-400"
|
||||
>Create one now</Link
|
||||
>
|
||||
{:else}
|
||||
{#each lists.teams as list}
|
||||
<Link class="text-blue-400" to="/list/{list['$id']}"
|
||||
>{list["name"]}</Link
|
||||
><br />
|
||||
{/each}
|
||||
<Link
|
||||
class="text-blue-400 dark:bg-gray-600 bg-gray-400 border p-1 mt-4 rounded"
|
||||
to="/lists/create">Create new list</Link
|
||||
>
|
||||
{/if}
|
||||
{#each lists.teams as list}
|
||||
<Link class="text-blue-400" to="/list/{list['$id']}"
|
||||
>{list["name"]}</Link
|
||||
><br />
|
||||
{/each}
|
||||
<Link
|
||||
class="text-blue-400 dark:bg-gray-600 bg-gray-400 border p-1 mt-4 rounded"
|
||||
to="/lists/create">Create new list</Link
|
||||
>
|
||||
{/await}
|
||||
</div>
|
||||
</main>
|
||||
|
|
Loading…
Reference in a new issue