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.
1 parent d272c99 commit 8fdb4f4Copy full SHA for 8fdb4f4
apps/pyconkr/src/components/pages/presentation_detail.tsx
@@ -203,7 +203,7 @@ export const PresentationDetailPage: React.FC = ErrorBoundary.with(
203
? Object.entries(scheduleMap).map(([datetime, rooms], index) => (
204
<TableRow key={datetime}>
205
{index === 0 && (
206
- <TableCell rowSpan={presentation.room_schedules.length} sx={{ width: "1%", whiteSpace: "nowrap" }}>
+ <TableCell rowSpan={Object.keys(scheduleMap).length} sx={{ width: "1%", whiteSpace: "nowrap" }}>
207
<Typography variant="subtitle1" fontWeight="bold" children={datetimeLabel} />
208
</TableCell>
209
)}
0 commit comments