Merged in fix/SW-2884-select-hotel-page-users-are-di (pull request #2438)

fix: SW-2884 Fixed Alternative hotels map navigation issues

* fix: SW-2884 Fixed Alternative hotels map navigation issues

* fix: SW-2884 Optmized code


Approved-by: Arvid Norlin
This commit is contained in:
Hrishikesh Vaipurkar
2025-06-27 08:05:26 +00:00
parent 01ca2b4897
commit edca03decf
9 changed files with 29 additions and 7 deletions

View File

@@ -122,7 +122,7 @@ export default async function SelectHotel({
bookingCode={bookingCode}
isBookingCodeRateNotAvailable={!isBookingCodeRateAvailable}
/>
<HotelCardListing hotelData={hotels} />
<HotelCardListing hotelData={hotels} isAlternative={isAlternative} />
</div>
</main>
</>