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