The one that got away

This commit is contained in:
Vencislav Atanasov 2024-10-05 01:31:10 +03:00
parent 1779210759
commit d8f9ad9979
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ export default function Schedule({
</tbody>
{halls.length > 0 && <tfoot>
<tr>
<th />
{halls.map(hall => <th key={hall.id}>{hall.name[lang]}</th>)}
</tr>
</tfoot>}