Skip to content

Commit 93413ce

Browse files
authored
Merge pull request #4 from pythonkr/fix/keynote-6f-only
fix: keynote/opening/lightning을 6층 Main 칼럼에만 표시
2 parents 65335ea + ce040b5 commit 93413ce

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/TimetableList.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,10 @@ function TimetableList({ sessions }) {
7373
<td className="tt-td tt-time">
7474
<TimeRange start={row.time} end={row.endTime} />
7575
</td>
76-
<td className="tt-td tt-cell-full" colSpan={2}>
76+
<td className="tt-td tt-cell-full">
7777
<SessionCell title={title(row)} speaker={row.speaker} code={row.code} />
7878
</td>
79+
<td className="tt-td tt-cell-empty"></td>
7980
</tr>
8081
);
8182
}

0 commit comments

Comments
 (0)