Merged in fix/SW-3289-sidepeek-cta-hotel (pull request #2697)

fix(SW-3289): add cta to sidepeek hotel

* fix(SW-3289): add cta to sidepeek hotel

* fix(SW-3289): add cta hotel card


Approved-by: Joakim Jäderberg
Approved-by: Matilda Landström
This commit is contained in:
Bianca Widstam
2025-08-25 13:05:58 +00:00
parent c54c1ec540
commit 42c7fb8510
4 changed files with 6 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ export default async function SelectRatePage({
return (
<>
<HotelInfoCard
hotel={hotelData.hotel}
hotel={{ ...hotelData.hotel, url: hotelData.url }}
restaurants={hotelData.restaurants}
additionalData={hotelData.additionalData}
booking={booking}