From b34aacb06772af6f83d1f7bafe828ba43a10db85 Mon Sep 17 00:00:00 2001 From: Lukas Zenick Date: Sat, 17 Feb 2024 15:42:30 -0600 Subject: [PATCH] fix: broken close bracket --- src/views/components/common/CalendarGrid/CalendarGrid.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/components/common/CalendarGrid/CalendarGrid.tsx b/src/views/components/common/CalendarGrid/CalendarGrid.tsx index 43050e42..2a07107f 100644 --- a/src/views/components/common/CalendarGrid/CalendarGrid.tsx +++ b/src/views/components/common/CalendarGrid/CalendarGrid.tsx @@ -88,7 +88,7 @@ function CalendarGrid({ courseCells, saturdayClass }: React.PropsWithChildren - ))} */} + ))}
{/* First divider */}