Skip to content

Commit a31e6e9

Browse files
Austin-Xkevin-lann
andauthored
Update course-matrix/frontend/src/pages/TimetableBuilder/ViewCalendar.tsx
Co-authored-by: Kevin Lan <[email protected]>
1 parent 5eaf0a0 commit a31e6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

course-matrix/frontend/src/pages/TimetableBuilder/ViewCalendar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const ViewCalendar = React.memo<ViewCalendarProps>(
130130
});
131131

132132
return isLoading ? (
133-
<LoadingPage />
133+
<Spinner />
134134
) : (
135135
<div>
136136
{!show_fancy_header && (

0 commit comments

Comments
 (0)