Skip to content

Commit

Permalink
sdfsdafad
Browse files Browse the repository at this point in the history
  • Loading branch information
lopatoj committed Sep 22, 2024
1 parent d6d19a1 commit 45a3bad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion client/src/pages/Todo/Todo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function TodoPage()
return <div key={index}>
{todo.title}
{todo.completed ? "Done" : "Not Done"}
<Button onClick={() => done(index)}></Button>
<Button onClick={() => done(index)}>complete</Button>
</div>
})}
</div>
Expand Down
9 changes: 0 additions & 9 deletions server/src/routers/todo.ts

This file was deleted.

0 comments on commit 45a3bad

Please sign in to comment.