Skip to content

Commit

Permalink
tests is passed
Browse files Browse the repository at this point in the history
  • Loading branch information
IrbisKronos committed Nov 25, 2024
1 parent 19d1509 commit 94c1645
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/TodoItem/TodoItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export const TodoItem: React.FC<Props> = ({
})
.catch(() => {
setErrorMessage('Unable to update a todo');
setEditingTodos(false);
})
.finally(() => {
setLoadingTodoIds(ids => ids.filter(todoId => todoId !== id));
Expand Down

0 comments on commit 94c1645

Please sign in to comment.