Skip to content

Commit

Permalink
feat: 타이머 종료되면 입력 필드 초기화
Browse files Browse the repository at this point in the history
  • Loading branch information
ijieun committed Nov 11, 2024
1 parent 366f257 commit 106e288
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const Step번호입력 = () => {
if (prevTime <= 1000) {
clearInterval(id);
setIsActive(false);
setVerificationCode('');
return 0;
}
return prevTime - 1000;
Expand Down

0 comments on commit 106e288

Please sign in to comment.