feat(SW-892) Fixed bug with summary not adding pet charge on filter
This commit is contained in:
@@ -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" })
|
||||
|
||||
Reference in New Issue
Block a user