fix: extra space
This commit is contained in:
@@ -62,7 +62,7 @@ export function useFlattenedCourseSchedule(): CalendarGridCourse[] {
|
|||||||
// in-person
|
// in-person
|
||||||
return meetings.flatMap(meeting => {
|
return meetings.flatMap(meeting => {
|
||||||
const { days, startTime, endTime, location } = meeting;
|
const { days, startTime, endTime, location } = meeting;
|
||||||
const time = meeting.getTimeString({ separator: ' - ', capitalize: true });
|
const time = meeting.getTimeString({ separator: '-', capitalize: true });
|
||||||
const timeAndLocation = `${time} - ${location ? location.building : 'WB'}`;
|
const timeAndLocation = `${time} - ${location ? location.building : 'WB'}`;
|
||||||
|
|
||||||
return days.map(d => ({
|
return days.map(d => ({
|
||||||
|
|||||||
Reference in New Issue
Block a user