Skip to content

Commit

Permalink
Merge pull request #115 from teamViNO/feature-076
Browse files Browse the repository at this point in the history
feature-076 : phoneCheck type 미반영
  • Loading branch information
sehyun0518 authored Feb 19, 2024
2 parents 6ee1c46 + aa13898 commit e873e2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/PhoneCheck.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const PhoneCheck : React.FC<PhoneCheckProps> = ({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);
Expand Down

0 comments on commit e873e2e

Please sign in to comment.