Some fixes

pull/1/head
Antonio De Lucreziis 2 years ago
parent b593407915
commit c3810670b2

@ -343,7 +343,7 @@ const CourseView = ({ events, selection, setSelection, hideOtherCourses }) => {
{courseEvents.map(course => ( {courseEvents.map(course => (
<div> <div>
{WEEK_DAYS[course.start.getDay()]}{' '} {WEEK_DAYS[course.start.getDay()]}{' '}
{format(course.start, 'H:mm')} &ndash; {format(course.start, 'H:mm')} &ndash;{' '}
{format(course.end, 'H:mm')} {course.aula} {format(course.end, 'H:mm')} {course.aula}
</div> </div>
))} ))}

Loading…
Cancel
Save