diff --git a/js/app.js b/js/app.js index 17e1d5f..919e35a 100644 --- a/js/app.js +++ b/js/app.js @@ -737,7 +737,7 @@ const TimeTrack = { let counter = 0; tasks.forEach((task) => { - if (task.open) { + if (!task.done) { counter++; } });