feat(SW-2278): Added hotel listing to campaign page
Approved-by: Matilda Landström
This commit is contained in:
@@ -66,7 +66,7 @@ export default function Blocks({ blocks }: BlocksProps) {
|
||||
key={`${block.card_gallery.heading}-${idx}`}
|
||||
/>
|
||||
)
|
||||
case BlocksEnums.block.HotelListing:
|
||||
case BlocksEnums.block.ContentPageHotelListing:
|
||||
const { heading, contentType, locationFilter, hotelsToInclude } =
|
||||
block.hotel_listing
|
||||
if (!locationFilter && !hotelsToInclude.length) {
|
||||
|
||||
Reference in New Issue
Block a user