Formatting

This commit is contained in:
Chloe Herd 2023-07-27 09:30:23 -04:00
parent b5edeb9632
commit 8bbbdf909a

View file

@ -80,7 +80,9 @@ export default {
);
},
renderedMobileWindow() {
return `${militaryToTwelveHourTime(this.schedule?.startTime)} - ${militaryToTwelveHourTime(this.schedule?.endTime)}`;
return `${militaryToTwelveHourTime(
this.schedule?.startTime
)} - ${militaryToTwelveHourTime(this.schedule?.endTime)}`;
},
},
components: {