Merged in fix/SW-3146-expanded-hotel-info (pull request #2632)

fix(SW-3146): reset expanded state on hotel change

* fix(SW-3146): reset expanded state on hotel change


Approved-by: Anton Gunnarsson
Approved-by: Matilda Landström
This commit is contained in:
Bianca Widstam
2025-08-13 07:49:23 +00:00
parent be752059ee
commit 28e9a043b8

View File

@@ -75,6 +75,7 @@ export default async function HotelInfoCard({
</p>
</Typography>
<HotelDescription
key={hotel.operaId}
description={hotel.hotelContent.texts.descriptions?.medium}
hotel={hotel}
sortedFacilities={sortedFacilities}