fix audio capability field in venue info
This commit is contained in:
@@ -35,7 +35,7 @@ export const VenueInfo = ({ venue }: { venue: VenueFragment }) => {
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Lyd</th>
|
||||
<td>{venue.capabilityLighting}</td>
|
||||
<td>{venue.capabilityAudio}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Lys</th>
|
||||
|
||||
Reference in New Issue
Block a user