Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvnguyen95 committed Apr 23, 2024
1 parent 4084881 commit cc2f5c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/DailyView.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ const DailyView = ({
Alert.alert("Error", "Failed to delete task.");
}
};


const toggleCompletion = async (task) => {
const updatedStatus = !task.completed;
Expand Down

0 comments on commit cc2f5c7

Please sign in to comment.