diff --git a/src/routes/Home.svelte b/src/routes/Home.svelte index 2005093..1e744bd 100644 --- a/src/routes/Home.svelte +++ b/src/routes/Home.svelte @@ -33,16 +33,17 @@ You have no lists yet! Create one now + {:else} + {#each lists.teams as list} + {list["name"]}
+ {/each} + Create new list {/if} - {#each lists.teams as list} - {list["name"]}
- {/each} - Create new list {/await}