diff --git a/src/lib/components/calendar/CalendarView.svelte b/src/lib/components/calendar/CalendarView.svelte index 006d258278..c78de56d8f 100644 --- a/src/lib/components/calendar/CalendarView.svelte +++ b/src/lib/components/calendar/CalendarView.svelte @@ -296,9 +296,9 @@ : ''}" >
- {hour > 0 ? formatHour(hour) : ''} + {formatHour(hour)}