From 0aaca45c472338a445738352d1c3578824fe0ecb Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Sun, 20 Feb 2022 00:14:54 +0100 Subject: [PATCH] fix calendar --- components/calendar.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/components/calendar.tsx b/components/calendar.tsx index 4c914eb..49c808b 100644 --- a/components/calendar.tsx +++ b/components/calendar.tsx @@ -13,7 +13,7 @@ import { dateFormatBackend } from '../helpers/date' import { getNextBigger, getNextSmaller } from '../helpers/array' import Loading from './loading' -export default function PlainCalendar({ +export default function MyCalendar({ start, end, onChange = null, @@ -96,7 +96,7 @@ export default function PlainCalendar({

Belegungsplan