diff --git a/src/app/features/work-view/work-view.component.html b/src/app/features/work-view/work-view.component.html index a0bac1b31e..46c0e2a499 100644 --- a/src/app/features/work-view/work-view.component.html +++ b/src/app/features/work-view/work-view.component.html @@ -193,32 +193,6 @@ } } - @if (laterTodayTasks().length > 0 && isOnTodayList()) { -
- - - -
- } - @if (isShowOverduePanel()) {
} + @if (laterTodayTasks().length > 0 && isOnTodayList()) { +
+ + + +
+ } + @if (!isPlanningMode() || hasDoneTasks()) { @let nrOfDoneArchived = doneTasks()?.length === 0