diff --git a/src/routes/(app)/todos/+page.svelte b/src/routes/(app)/todos/+page.svelte index edecf91..8f03c96 100644 --- a/src/routes/(app)/todos/+page.svelte +++ b/src/routes/(app)/todos/+page.svelte @@ -181,9 +181,17 @@ class="rounded-md border border-gray-300 px-2 py-1.5 text-sm dark:border-gray-600 dark:bg-gray-700 dark:text-white" /> - - +
+ + +
@@ -240,6 +248,14 @@
+ {#if todo.deviceId} + + + + + + {/if}