diff --git a/components/GuestsRoomsPicker/index.tsx b/components/GuestsRoomsPicker/index.tsx index 59be157df..6f3704f1c 100644 --- a/components/GuestsRoomsPicker/index.tsx +++ b/components/GuestsRoomsPicker/index.tsx @@ -26,7 +26,7 @@ export default function GuestsRoomsPickerForm() { const checkIsDesktop = useMediaQuery("(min-width: 1367px)") const [isDesktop, setIsDesktop] = useState(true) - const [isOpen, setIsOpen] = useState(true) + const [isOpen, setIsOpen] = useState(false) const [containerHeight, setContainerHeight] = useState(0) const childCount = rooms[0] ? rooms[0].child.length : 0 // ToDo Update for multiroom later