remove special dev logic for isShowDueDayBtn

This commit is contained in:
Johannes Millan 2025-10-09 11:51:27 +02:00
parent 705b7939dc
commit ee09ccef8a

View file

@ -188,8 +188,7 @@ export class TaskComponent implements OnDestroy, AfterViewInit {
this.task().dueDay &&
(!this.isTodayListActive() ||
this.isOverdue() ||
this.task().dueDay !== this.todayStr() ||
!environment.production)
this.task().dueDay !== this.todayStr())
);
});