We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65335ea + ce040b5 commit 93413ceCopy full SHA for 93413ce
1 file changed
src/components/TimetableList.jsx
@@ -73,9 +73,10 @@ function TimetableList({ sessions }) {
73
<td className="tt-td tt-time">
74
<TimeRange start={row.time} end={row.endTime} />
75
</td>
76
- <td className="tt-td tt-cell-full" colSpan={2}>
+ <td className="tt-td tt-cell-full">
77
<SessionCell title={title(row)} speaker={row.speaker} code={row.code} />
78
79
+ <td className="tt-td tt-cell-empty"></td>
80
</tr>
81
);
82
}
0 commit comments