Skip to content

Commit

Permalink
Update schedule property to allow null values
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsukiKigoshi committed Nov 21, 2023
1 parent 8b7be11 commit 2249010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Timetable/Timetable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ interface TimetableItem {
section: string | null;
e: string;
j: string;
schedule: string;
schedule: string | null;
room: string | null;
comment: string | null;
maxnum: string | null;
Expand Down

0 comments on commit 2249010

Please sign in to comment.