make venue list heading optional
This commit is contained in:
@ -7,7 +7,7 @@ export const VenueList = ({
|
||||
heading,
|
||||
}: {
|
||||
venues: VenueFragment[];
|
||||
heading: string;
|
||||
heading?: string;
|
||||
}) => {
|
||||
return (
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user