diff --git a/app.js b/app.js index b36c69c..f2fce19 100644 --- a/app.js +++ b/app.js @@ -69,12 +69,13 @@ const templateTodoTasks = () => { // Map each task to a list item const taskList = todoTasks .map((task, index) => { - return `