Skip to content

Commit

Permalink
[FE] FIX: 프로필 페이지 업데이트 요청 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
junyoung2015 committed Nov 27, 2023
1 parent 12690c7 commit bcd8d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/ProfilePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const ProfilePage = () => {
setTimeout(() => {
setIsLoading(false);
}, 350);
}, [myInfo]);
}, []);

return (
<>
Expand Down

0 comments on commit bcd8d6c

Please sign in to comment.