@@ -63,7 +63,6 @@ function TimetableList({ sessions }) {
6363 < th className = "tt-th tt-th-time" > </ th >
6464 < th className = "tt-th" > 6층 Main</ th >
6565 < th className = "tt-th" > 7층 Room1</ th >
66- < th className = "tt-th" > 7층 Room2</ th >
6766 </ tr >
6867 </ thead >
6968 < tbody >
@@ -74,7 +73,7 @@ function TimetableList({ sessions }) {
7473 < td className = "tt-td tt-time" >
7574 < TimeRange start = { row . time } end = { row . endTime } />
7675 </ td >
77- < td className = "tt-td tt-cell-full" colSpan = { 3 } >
76+ < td className = "tt-td tt-cell-full" colSpan = { 2 } >
7877 < SessionCell title = { title ( row ) } speaker = { row . speaker } code = { row . code } />
7978 </ td >
8079 </ tr >
@@ -87,7 +86,6 @@ function TimetableList({ sessions }) {
8786 < td className = "tt-td tt-time" >
8887 < TimeRange start = { row . time } end = { row . endTime } />
8988 </ td >
90- < td className = "tt-td tt-cell-empty" > </ td >
9189 < td className = "tt-td tt-cell-session" >
9290 < SessionCell title = { roomTitle ( row . room1 ) } speaker = { row . room1 . speaker } code = { row . room1 . code } />
9391 </ td >
@@ -103,7 +101,7 @@ function TimetableList({ sessions }) {
103101 < td className = "tt-td tt-time tt-time-break" >
104102 < TimeRange start = { row . time } end = { row . endTime } />
105103 </ td >
106- < td className = "tt-td tt-cell-break" colSpan = { 3 } >
104+ < td className = "tt-td tt-cell-break" colSpan = { 2 } >
107105 { title ( row ) && < span className = "tt-break-label" > { title ( row ) } </ span > }
108106 </ td >
109107 </ tr >
0 commit comments