make venue list heading optional

This commit is contained in:
2024-05-23 13:59:09 +02:00
parent d46576a39b
commit 1c69eda47f

View File

@ -7,7 +7,7 @@ export const VenueList = ({
heading,
}: {
venues: VenueFragment[];
heading: string;
heading?: string;
}) => {
return (
<div>