fix: refactor GuestRoomsPicker to avoid performance bugs

This commit is contained in:
Arvid Norlin
2024-11-12 13:34:42 +01:00
committed by Christel Westerberg
parent 3e62df27cc
commit 58678244fc
5 changed files with 158 additions and 225 deletions

View File

@@ -13,10 +13,6 @@ export type GuestsRoom = {
child: Child[]
}
export interface GuestsRoomsPickerProps {
closePicker: () => void
}
export type GuestsRoomPickerProps = {
index: number
}