Merged in fix/SW-1153-correct-breakfast-message (pull request #1060)

fix(SW-1153): fix breakfast message for ScandicGo hotels

Approved-by: Pontus Dreij
This commit is contained in:
Bianca Widstam
2024-12-10 08:13:13 +00:00
parent 9b1d70b3be
commit 9e42cf0f37
6 changed files with 17 additions and 10 deletions

View File

@@ -96,6 +96,7 @@ export async function RoomsContainer({
availablePackages={packages ?? []}
roomsAvailability={roomsAvailability}
roomCategories={hotelData?.included ?? []}
hotelType={hotelData?.data.attributes?.hotelType}
/>
)
}