Merged in feat/SW-1749-sidepeek-hotel-cta (pull request #2123)

feat(SW-1749): add link to hotel page in sidepeek

* feat(SW-1749): add link to hotel page in sidepeek


Approved-by: Matilda Landström
This commit is contained in:
Niclas Edenvin
2025-05-19 13:25:54 +00:00
parent 0554ea576e
commit fbc7366dd6
7 changed files with 50 additions and 5 deletions

View File

@@ -68,14 +68,14 @@ export default function HotelReservationSidePeek() {
<>
<HotelSidePeek
additionalHotelData={hotelData.additionalData}
hotel={hotelData.hotel}
hotel={{ ...hotelData.hotel, url: hotelData.url }}
restaurants={hotelData.restaurants}
activeSidePeek={activeSidePeek}
close={handleCloseClick}
showCTA={showCTA}
/>
<AmenitiesSidePeek
hotel={hotelData.hotel}
hotel={{ ...hotelData.hotel, url: hotelData.url }}
restaurants={hotelData.restaurants}
additionalHotelData={hotelData.additionalData}
activeSidePeek={activeSidePeek}