Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
Linder Hassinger committed Apr 6, 2024
1 parent 98f3359 commit 1d40e2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion semana-9/todolist/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export default function App() {
searchTask.text = newText;

saveTasksInLocalStorage(listTasks);
setListTask(listTasks);
setIsOpen(false);
};

Expand Down

0 comments on commit 1d40e2a

Please sign in to comment.