mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
set locale of calendar to "de" so hydration does not bork
This commit is contained in:
@@ -97,6 +97,7 @@ export default function MyCalendar({
|
||||
<Loading className="booking_calendar" loading={daysBookedLoading}>
|
||||
<Calendar
|
||||
defaultActiveStartDate={startDate}
|
||||
locale="de"
|
||||
minDate={new Date()}
|
||||
// @ts-ignore
|
||||
onClickDay={(
|
||||
|
||||
Reference in New Issue
Block a user