Skip to content

Commit

Permalink
The one that got away
Browse files Browse the repository at this point in the history
  • Loading branch information
user890104 committed Oct 4, 2024
1 parent 1779210 commit d8f9ad9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Schedule/Schedule.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>}
Expand Down

0 comments on commit d8f9ad9

Please sign in to comment.