fix: refactor GuestRoomsPicker to avoid performance bugs
This commit is contained in:
committed by
Christel Westerberg
parent
3e62df27cc
commit
58678244fc
@@ -13,10 +13,6 @@ export type GuestsRoom = {
|
||||
child: Child[]
|
||||
}
|
||||
|
||||
export interface GuestsRoomsPickerProps {
|
||||
closePicker: () => void
|
||||
}
|
||||
|
||||
export type GuestsRoomPickerProps = {
|
||||
index: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user