diff --git a/src/app/features/tasks/task/task.component.html b/src/app/features/tasks/task/task.component.html index aa7472a961..96ade55e05 100644 --- a/src/app/features/tasks/task/task.component.html +++ b/src/app/features/tasks/task/task.component.html @@ -247,7 +247,7 @@ [innerHTML]="t.dueWithTime | shortPlannedAt" > - } @else if (t.dueDay) { + } @else if (t.dueDay && isShowDueToday()) {