Skip to content

Commit

Permalink
πŸ› [HotFix] Register Alert error (#627)
Browse files Browse the repository at this point in the history
## Summary
- Register Alert error

## μ°Έκ³  
μ•„λž˜λΆ€λΆ„μ— λŒ€ν•œ μ—¬λŸ¬λΆ„λ“€μ˜ 의견이 ν•„μš”ν•©λ‹ˆλ‹Ή
- `main` 브랜치 머지 μ „λž΅μ— λŒ€ν•œ λ…Όμ˜ ν•„μš”
- `main` 에 λ¨Έμ§€ν• λ•Œ μžλ™ν™”ν•  수 μžˆλŠ” github action 이 있으면 쒋을 것 κ°™μŒ
  • Loading branch information
nyeoni authored Aug 24, 2023
2 parents 0a49002 + 56b783a commit 5fac696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/SignUpPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export default function SignUpPage() {
});

useEffect(() => {
alert('νšŒμ›κ°€μž…μ΄ μ™„λ£Œλ˜μ—ˆμŠ΅λ‹ˆλ‹€.');
if (isSuccess) {
alert('νšŒμ›κ°€μž…μ΄ μ™„λ£Œλ˜μ—ˆμŠ΅λ‹ˆλ‹€.');
navigation('/pre');
}
}, [isSuccess]);
Expand Down

0 comments on commit 5fac696

Please sign in to comment.