diff --git a/js/app.js b/js/app.js index 9bfd993..2582f54 100644 --- a/js/app.js +++ b/js/app.js @@ -562,7 +562,7 @@ function renderTasks() { : ''; tasksSection.innerHTML = actionBar + - renderGroup(titlePrefix + '⚠ Due soon', dueSoon, 'var(--color-text-danger)', true) + renderGroup(titlePrefix + '⚠ Due soon', dueSoon, 'var(--color-text-danger)', true) + renderGroup(titlePrefix + 'This week', thisWeek, 'var(--color-text-secondary)', true) + renderGroup(titlePrefix + 'Completed', completed, 'var(--color-text-tertiary)') + emptyState;