Skip to content

Commit

Permalink
fix: broken close bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas-Zenick authored and doprz committed Mar 6, 2024
1 parent 103d2e0 commit b34aacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/components/common/CalendarGrid/CalendarGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function CalendarGrid({ courseCells, saturdayClass }: React.PropsWithChildren<Pr
<CalendarCourseCell courseDeptAndInstr={block.componentProps.courseDeptAndInstr}
status={block.componentProps.status} colors={block.componentProps.colors}/>
</div>
))} */}
))}
<div className={styles.buttonContainer}>
<div className={styles.divider}></div> {/* First divider */}
<button className={styles.calendarButton}>
Expand Down

0 comments on commit b34aacb

Please sign in to comment.