diff --git a/pages/room/addRoom/step1.tsx b/pages/room/addRoom/step1.tsx index db741b8..64feee8 100644 --- a/pages/room/addRoom/step1.tsx +++ b/pages/room/addRoom/step1.tsx @@ -27,9 +27,9 @@ export const getStaticProps = async ({ locale }: GetStaticPropsContext) => ({ export default function Step1() { const filterTranslation = useTranslation('filter'); const { register, handleSubmit, watch, setValue } = useForm({ mode: 'onChange' }); - const [yesButtonClicked, setYesButtonClicked] = useState(true); - const [noButtonClicked, setNoButtonClicked] = useState(false); + const [buttonState, setButtonState] = useState('YES'); const [isCalendarShow, setCalendarShow] = useState(false); + const [guValue, setGuValue] = useState