feat(SW-892) Fixed bug with summary not adding pet charge on filter

This commit is contained in:
Pontus Dreij
2024-11-14 10:53:16 +01:00
parent 354e455684
commit 8aa615dfc7
5 changed files with 47 additions and 8 deletions

View File

@@ -66,7 +66,7 @@ export default function RoomCard({
(room) => room.name === roomConfiguration.roomType
)
const { roomSize, occupancy, descriptions, images } = selectedRoom || {}
const { roomSize, occupancy, images } = selectedRoom || {}
const mainImage = images?.[0]
const freeCancelation = intl.formatMessage({ id: "Free cancellation" })