Fixed same string value for childBedPreference on confirmation page
This commit is contained in:
@@ -74,7 +74,6 @@ export default async function SelectRatePage({
|
||||
country: hotelData?.data?.attributes.address.country,
|
||||
hotelID: hotel?.id,
|
||||
region: hotelData?.data?.attributes.address.city,
|
||||
//availableResults: roomCategories?.length,
|
||||
//lowestRoomPrice:
|
||||
}
|
||||
|
||||
|
||||
@@ -183,7 +183,6 @@ export default async function StepPage({
|
||||
country: hotelAttributes?.address.country,
|
||||
hotelID: hotelAttributes?.operaId,
|
||||
region: hotelAttributes?.address.city,
|
||||
//lowestRoomPrice:
|
||||
}
|
||||
|
||||
const summary = {
|
||||
|
||||
Reference in New Issue
Block a user