I am using the following method to try to change the value of task.isComplete to !task.isComplete onClick.
``` handleComplete = (event) => { event.preventD