Skip to content

Commit

Permalink
feat: from 변경에 대한 state 업데이트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
daeseong9388 committed Nov 24, 2022
1 parent ced121a commit 52b376a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/core/todo/todoList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export class TodoList {
}

postponeForToday(): TodoList {
this.getActiveTodo().postponeForToday();
this.getActiveTodo().postponeForToday().setWait();
return new TodoList(this.todoList);
}

Expand Down

0 comments on commit 52b376a

Please sign in to comment.