Update CalendarGrid.tsx

This commit is contained in:
knownotunknown
2024-02-20 21:51:42 -06:00
parent 0a3c31ec09
commit 8c82282467

View File

@@ -203,7 +203,6 @@ function AccountForCourseConflicts({ courseCells }: AccountForCourseConflictsPro
timeAndLocation={block.componentProps.timeAndLocation}
status={block.componentProps.status}
colors={block.componentProps.colors}
onClick={}
/>
</div>
));