Merged in fix/SW-2717-select-hotel-booking-codes- (pull request #2270)
fix: SW-2717 Updated filter display rules * fix: SW-2717 Updated filter display rules * fix: SW-2717 Fixed chip button trigger popover after next upgrade * SW-2717 Optimised code Approved-by: Erik Tiekstra
This commit is contained in:
@@ -124,6 +124,7 @@ export default async function AlternativeHotelsPage(
|
||||
city={city}
|
||||
hotels={hotels}
|
||||
isAlternative={!!isAlternativeFor}
|
||||
isBookingCodeRateAvailable={isBookingCodeRateAvailable}
|
||||
mapHref={mapHref}
|
||||
title={title}
|
||||
/>
|
||||
|
||||
@@ -101,6 +101,7 @@ export default async function SelectHotelPage(
|
||||
<>
|
||||
<SelectHotel
|
||||
bookingCode={bookingCode}
|
||||
isBookingCodeRateAvailable={isBookingCodeRateAvailable}
|
||||
city={city}
|
||||
hotels={hotels}
|
||||
mapHref={mapHref}
|
||||
|
||||
Reference in New Issue
Block a user