fix audio capability field in venue info

This commit is contained in:
2026-07-13 13:30:52 +02:00
parent 3892624382
commit b231f40cdc
+1 -1
View File
@@ -35,7 +35,7 @@ export const VenueInfo = ({ venue }: { venue: VenueFragment }) => {
</tr> </tr>
<tr> <tr>
<th>Lyd</th> <th>Lyd</th>
<td>{venue.capabilityLighting}</td> <td>{venue.capabilityAudio}</td>
</tr> </tr>
<tr> <tr>
<th>Lys</th> <th>Lys</th>