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 4f1b273 commit 25e6a0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/antalmanac/src/components/Calendar/CalendarRoot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ 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}
Expand Down

0 comments on commit 25e6a0c

Please sign in to comment.