Skip to content

Commit

Permalink
Merge pull request #94 from JNU-econovation/FE
Browse files Browse the repository at this point in the history
feat: navigate 의존성 배열 삭제
  • Loading branch information
kanghaeun authored Jul 20, 2024
2 parents b2e5333 + f59fed6 commit e8cfa38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FE/error/src/pages/LoginPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const LoginPage = () => {
localStorage.setItem("slackCode", code);
navigate("/");
}
}, [code, navigate]);
}, [code]);

const handleSlackAuth = async (authCode) => {
setIsLoading(true);
Expand Down

0 comments on commit e8cfa38

Please sign in to comment.