Skip to content

Commit

Permalink
[RFT]-useEffect수정
Browse files Browse the repository at this point in the history
  • Loading branch information
juyeong-s committed Sep 10, 2021
1 parent 0b19620 commit 6274748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Register/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function Register() {
clearInterval(countdown)
}
return () => clearInterval(countdown)
}, [isNumSuccessful, visible, minutes, seconds])
}, [isNumSuccessful, visible])

// 전화번호 인증 확인 메세지
const [isNumPosted, setisNumPosted] = useState('')
Expand Down

0 comments on commit 6274748

Please sign in to comment.