diff --git a/frontend/src/components/Table.tsx b/frontend/src/components/Table.tsx index 958a4e1..540a704 100644 --- a/frontend/src/components/Table.tsx +++ b/frontend/src/components/Table.tsx @@ -66,7 +66,7 @@ function Table() {
{ timeslotInfo.occupied && <> -

{timeslotInfo.rooms.length > 0 ? timeslotInfo.rooms.join(",") : 'N/A'}

+

{timeslotInfo.rooms.length > 0 ? timeslotInfo.rooms.join(", ") : 'N/A'}

({timeslotInfo.course_code})

}