You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something you might want to check is whether your functions leave the other todo tasks unchanged - so that your markTodo function only changes the done status of the todo with the passed id.
Something you might want to check is whether your functions leave the other todo tasks unchanged - so that your
markTodofunction only changes the done status of the todo with the passed id.