From aa13898491712483da80b483c95e906133a680c6 Mon Sep 17 00:00:00 2001 From: KimSehyeoun Date: Mon, 19 Feb 2024 23:58:49 +0900 Subject: [PATCH] =?UTF-8?q?phoneCheck=20=EB=AF=B8=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PhoneCheck.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/PhoneCheck.tsx b/src/components/PhoneCheck.tsx index 1eea76e..51edf6b 100644 --- a/src/components/PhoneCheck.tsx +++ b/src/components/PhoneCheck.tsx @@ -15,7 +15,6 @@ const PhoneCheck : React.FC = ({setCheck, tel, setTel, type}) = const [token, setToken] = useState(''); const [time, setTime] = useState(5 * 60); // 초 단위 - const [isCheck, SetIsCheck] = useState(false); const [isSend, setIsSend] = useState(false); const [isCertify, setIsCertify] = useState(false);