fix: rename children to childrenInRoom
This commit is contained in:
@@ -73,7 +73,7 @@ export default function SummaryUI({
|
||||
|
||||
// TODO: Update for Multiroom later
|
||||
const adults = booking.rooms[0].adults
|
||||
const children = booking.rooms[0].children
|
||||
const children = booking.rooms[0].childrenInRoom
|
||||
|
||||
const childrenBeds = children?.reduce(
|
||||
(acc, value) => {
|
||||
|
||||
Reference in New Issue
Block a user