fredmo commited on
Commit
72d8c68
·
verified ·
1 Parent(s): 59a10a9

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -3
index.html CHANGED
@@ -148,9 +148,9 @@
148
  const taskList = document.getElementById('task-list');
149
 
150
  const initialRawTasks = [
151
- { text: "Write the Unit Test", completed: false },
152
- { text: "Check the PR", completed: false },
153
- { text: "Debug the GPU trace", completed: false }
154
  ];
155
 
156
  // Helper function to ensure task objects have all necessary properties
 
148
  const taskList = document.getElementById('task-list');
149
 
150
  const initialRawTasks = [
151
+ { text: "Write the Unit Test", completed: true },
152
+ { text: "Check the PR", completed: true },
153
+ { text: "Debug the GPU trace", completed: true }
154
  ];
155
 
156
  // Helper function to ensure task objects have all necessary properties