diff --git a/apps/scandic-web/components/Blocks/HotelListing/index.tsx b/apps/scandic-web/components/Blocks/HotelListing/index.tsx index 0d258596c..fd18266a9 100644 --- a/apps/scandic-web/components/Blocks/HotelListing/index.tsx +++ b/apps/scandic-web/components/Blocks/HotelListing/index.tsx @@ -27,9 +27,11 @@ export default async function HotelListing({ return (
- -

{heading}

-
+ {heading ? ( + +

{heading}

+
+ ) : null} {hotels.map((hotelData) => ( ) : null} -
+
{hero_video || hero_image ? ( <> {hero_video ? (