mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
remove special dev logic for isShowDueDayBtn
This commit is contained in:
parent
705b7939dc
commit
ee09ccef8a
1 changed files with 1 additions and 2 deletions
|
|
@ -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())
|
||||
);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue