Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 committed Dec 8, 2024
1 parent 6a6de3e commit 4f1b273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/antalmanac/src/components/Calendar/CalendarRoot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,13 @@ export const ScheduleCalendar = memo(() => {

return (
<Box id="calendar-root" borderRadius={1} flexGrow={1} height={'0px'} display="flex" flexDirection="column">
{String(import.meta.env.DEV)}
<CalendarToolbar
currentScheduleIndex={currentScheduleIndex}
toggleDisplayFinalsSchedule={toggleDisplayFinalsSchedule}
showFinalsSchedule={showFinalsSchedule}
scheduleNames={scheduleNames}
/>

<Box id="screenshot" height="0" flexGrow={1}>
<CalendarEventPopover />

Expand Down

0 comments on commit 4f1b273

Please sign in to comment.