fix: we showed duplicate rooms because every bed represents a room

This commit is contained in:
Simon Emanuelsson
2025-03-19 10:01:05 +01:00
parent 200ed55a2c
commit cf91d3d947
12 changed files with 356 additions and 234 deletions

View File

@@ -29,6 +29,7 @@ export default function BookingConfirmationProvider({
rooms,
vat,
}
storeRef.current = createBookingConfirmationStore(initialData)
}