We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d703b69 commit bc53e2aCopy full SHA for bc53e2a
Client/src/components/calendar/WeekCalendar.tsx
@@ -82,15 +82,15 @@ const WeekCalendar: React.FC = () => {
82
let missingCourse = false;
83
84
await getSelectedUniversity(
85
- () => { },
86
+ () => {},
87
(missing) => {
88
missingUniversity = missing;
89
},
90
);
91
await getSelectedCourse(
92
93
94
95
missingCourse = missing;
96
0 commit comments