refactor: undo very weird refactor

This commit is contained in:
Johannes Millan 2024-11-28 19:10:36 +01:00
parent 12863edf49
commit e82b90b392
9 changed files with 34 additions and 41 deletions

View file

@ -194,8 +194,8 @@
<div class="controls">
<task-hover-controls
*ngIf="isFirstLineHover && !IS_TOUCH_PRIMARY"
[isTaskPlannedForToday]="isTaskPlannedForToday()"
[isTaskNotPlannedForToday]="isTaskNotPlannedForToday()"
[isShowAddToToday]="isShowAddToToday()"
[isShowRemoveFromToday]="isShowRemoveFromToday()"
[task]="t"
[isCurrent]="isCurrent()"
[isSelected]="isSelected()"