Skip to content

Commit

Permalink
馃嵄 feat: changed default tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
bytevictor committed Mar 28, 2024
1 parent d0352d3 commit dbb59e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Components/TasksApp/TaskApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function tasksReducer(tasks: Array<any>, action: any) {
}

const initialTasks = [
{ id: 0, text: "Contemplate the entropy of the universe", done: true, isNew: false },
{ id: 1, text: "Visit the temple", done: false, isNew: false },
{ id: 0, text: "Contemplate the inevitable increase of entropy in the universe", done: true, isNew: false },
{ id: 1, text: "Call grandma", done: false, isNew: false },
{ id: 2, text: "Drink matcha", done: false, isNew: false },
];

0 comments on commit dbb59e9

Please sign in to comment.