diff --git a/src/lib/components/TodoPanel.svelte b/src/lib/components/TodoPanel.svelte index e6565d5..6245f31 100644 --- a/src/lib/components/TodoPanel.svelte +++ b/src/lib/components/TodoPanel.svelte @@ -15,12 +15,12 @@
+
{completedCount} of {totalCount} completed
{todo.status === "in_progress" ? todo.activeForm : todo.content}