fix: broken close bracket
This commit is contained in:
@@ -88,7 +88,7 @@ function CalendarGrid({ courseCells, saturdayClass }: React.PropsWithChildren<Pr
|
|||||||
<CalendarCourseCell courseDeptAndInstr={block.componentProps.courseDeptAndInstr}
|
<CalendarCourseCell courseDeptAndInstr={block.componentProps.courseDeptAndInstr}
|
||||||
status={block.componentProps.status} colors={block.componentProps.colors}/>
|
status={block.componentProps.status} colors={block.componentProps.colors}/>
|
||||||
</div>
|
</div>
|
||||||
))} */}
|
))}
|
||||||
<div className={styles.buttonContainer}>
|
<div className={styles.buttonContainer}>
|
||||||
<div className={styles.divider}></div> {/* First divider */}
|
<div className={styles.divider}></div> {/* First divider */}
|
||||||
<button className={styles.calendarButton}>
|
<button className={styles.calendarButton}>
|
||||||
|
|||||||
Reference in New Issue
Block a user