Skip to content

Commit

Permalink
Merge pull request #188 from SystemConsultantGroup/fix/loginRedirect-2
Browse files Browse the repository at this point in the history
[FIX} 빌드 에러 수정
  • Loading branch information
obinox authored Feb 7, 2025
2 parents 57e9860 + cca792a commit ce44201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function Header() {
useEffect(() => {
if (isLoggedIn) {
CommonAxios.get("/users/me")
.then((response) => {
.then(() => {
// 유저 정보가 정상적으로 확인되었다면 특별한 동작 없이 OK
})
.catch((error) => {
Expand Down

0 comments on commit ce44201

Please sign in to comment.