mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
Update src/app/features/planner/planner-day/planner-day.component.html
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
af999c7d7e
commit
24fc89ec6b
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
<div class="day-counts">
|
||||
<span>{{ day.timeEstimate | roundDuration | msToString }}</span>
|
||||
@if (day.availableHours) {
|
||||
@if (day.availableHours !== undefined) {
|
||||
<span class="available-hours"
|
||||
>/ {{ day.availableHours | roundDuration | msToString }}</span
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue