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:
FabioL 2025-04-30 14:23:35 +02:00 committed by Johannes Millan
parent af999c7d7e
commit 24fc89ec6b

View file

@ -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
>