From ec39997a70ed906f8f2c0eb8faef5cf447235f20 Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Thu, 8 May 2025 12:23:45 +0200 Subject: [PATCH] feat(dueDate): make todayStr dynamic in task component --- .../features/tasks/task/task.component.html | 2 +- src/app/features/tasks/task/task.component.ts | 22 +++++++++++++------ 2 files changed, 16 insertions(+), 8 deletions(-) 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()) {