Start time grid #62

Merged
stne3960 merged 30 commits from start_time_grid into main 2026-01-16 14:17:09 +01:00
Showing only changes of commit f039a7696a - Show all commits

View File

@ -126,7 +126,7 @@ function calculateTimeSlots(
const label =
hours >= 1
? `Upp till ${hours} h`
: `Upp till ${maxAvailableMinutes} min`;
: `${maxAvailableMinutes} minuter`;
slots.push({ time: slotTime, label });
}
}