mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
feat: show done tasks section only if there are done tasks
This commit is contained in:
parent
6e3fccabc2
commit
61d03a8ebf
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@
|
|||
</div>
|
||||
}
|
||||
|
||||
@if (!isPlanningMode() || hasDoneTasks()) {
|
||||
@if (hasDoneTasks()) {
|
||||
@let nrOfDoneArchived =
|
||||
doneTasks()?.length === 0
|
||||
? (workContextService.doneTodayArchived$ | async)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue