From 23632d3c097a5abd33b17fde9694f786f29e3486 Mon Sep 17 00:00:00 2001 From: knownotunknown <78577376+knownotunknown@users.noreply.github.com> Date: Tue, 20 Feb 2024 21:51:42 -0600 Subject: [PATCH] chore: update CalendarGrid.tsx --- src/views/components/calendar/CalendarGrid/CalendarGrid.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/components/calendar/CalendarGrid/CalendarGrid.tsx b/src/views/components/calendar/CalendarGrid/CalendarGrid.tsx index 735fff49..3635bf9c 100644 --- a/src/views/components/calendar/CalendarGrid/CalendarGrid.tsx +++ b/src/views/components/calendar/CalendarGrid/CalendarGrid.tsx @@ -203,7 +203,6 @@ function AccountForCourseConflicts({ courseCells }: AccountForCourseConflictsPro timeAndLocation={block.componentProps.timeAndLocation} status={block.componentProps.status} colors={block.componentProps.colors} - onClick={} /> ));