diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-08-14 21:31:57 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-08-14 21:31:57 +0200 |
| commit | f7b106733a3d4a6f04f2524770caed25aa11a333 (patch) | |
| tree | f06c7e3f81867624f4e7f938e4a8a3eccea9c310 /client/src/routes/(app)/+page.svelte | |
| parent | 54b3bb7192d13a8dfebcf0ab106b21126367b356 (diff) | |
client: Make eslint happy
Diffstat (limited to 'client/src/routes/(app)/+page.svelte')
| -rw-r--r-- | client/src/routes/(app)/+page.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/routes/(app)/+page.svelte b/client/src/routes/(app)/+page.svelte index 945945e..013ed81 100644 --- a/client/src/routes/(app)/+page.svelte +++ b/client/src/routes/(app)/+page.svelte @@ -10,7 +10,7 @@ Select active project <ul> - {#each data.projects!!.projects as { id, title } (id)} + {#each data.projects!.projects as { id, title } (id)} <li>{title}</li> {/each} </ul> |
