Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit d8f9ad9

Browse files
committed
The one that got away
1 parent 1779210 commit d8f9ad9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Schedule/Schedule.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ export default function Schedule({
7272
</tbody>
7373
{halls.length > 0 && <tfoot>
7474
<tr>
75+
<th />
7576
{halls.map(hall => <th key={hall.id}>{hall.name[lang]}</th>)}
7677
</tr>
7778
</tfoot>}

0 commit comments

Comments
 (0)