diff --git a/apps/frontend/src/components/ScheduleCalendar.tsx b/apps/frontend/src/components/ScheduleCalendar.tsx index 106ccc8..ccfd712 100644 --- a/apps/frontend/src/components/ScheduleCalendar.tsx +++ b/apps/frontend/src/components/ScheduleCalendar.tsx @@ -295,7 +295,7 @@ const ScheduleCalendar = ({ courseIDs }: Props) => { }, []); return ( -
+
{ formats={formats} eventPropGetter={eventPropGetter} min={new Date(0, 0, 0, 8, 0)} - max={new Date(0, 0, 0, 22, 0)} + max={new Date(0, 0, 0, 23, 59)} />
);