The one that got away
This commit is contained in:
parent
1779210759
commit
d8f9ad9979
|
@ -72,6 +72,7 @@ export default function Schedule({
|
||||||
</tbody>
|
</tbody>
|
||||||
{halls.length > 0 && <tfoot>
|
{halls.length > 0 && <tfoot>
|
||||||
<tr>
|
<tr>
|
||||||
|
<th />
|
||||||
{halls.map(hall => <th key={hall.id}>{hall.name[lang]}</th>)}
|
{halls.map(hall => <th key={hall.id}>{hall.name[lang]}</th>)}
|
||||||
</tr>
|
</tr>
|
||||||
</tfoot>}
|
</tfoot>}
|
||||||
|
|
Loading…
Reference in New Issue