Skip to content

Commit

Permalink
⚡Update: sms code null == desabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethen1264 committed Dec 17, 2024
1 parent 6b5851f commit 87710e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entities/signUp/ui/SignUpForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const SignUpForm = () => {
type="text"
placeholder="인증 번호 입력"
style={{ width: '80%' }}
disabled={!isSmsSent}
disabled={!isSmsSent && watch('code') !== null}
/>
<Button
onClick={() => checkSmsCode()}
Expand Down

0 comments on commit 87710e3

Please sign in to comment.