chore: update CalendarCourseCell.tsx

This commit is contained in:
Abhinav Chadaga
2024-02-17 14:31:34 -06:00
committed by doprz
parent e54f488b17
commit bc935cc80a

View File

@@ -6,10 +6,10 @@ import WaitlistIcon from '~icons/material-symbols/timelapse';
import CancelledIcon from '~icons/material-symbols/warning';
import Text from '../Text/Text';
/** The Course that the meeting is for. */
course: Course;
/* index into course meeting array to display */
meetingIdx?: number;
export interface CalendarCourseCellProps {
courseDeptAndInstr: string;
timeAndLocation?: string;
status: Status;
colors: CourseColors;
}