Skip to content

Commit

Permalink
[FE] FIX: myInfo 변경 시 리렌더링 하도록 수정 #1410
Browse files Browse the repository at this point in the history
  • Loading branch information
junyoung2015 committed Nov 17, 2023
1 parent f0d1e84 commit b1a7424
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 @@ -16,7 +16,7 @@ const ProfilePage = () => {
useEffect(() => {
setIsLoading(true);
setIsLoading(false);
}, []);
}, [myInfo]);

return (
<>
Expand Down

0 comments on commit b1a7424

Please sign in to comment.