Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
inthree3 committed Jun 5, 2024
2 parents 2867fbb + 9ff2073 commit 4c825c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/MainPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function MainPage() {
};

fetchUserInfo();
}, [user]);
}, [user, userInfo]);

const renderTodayLookBook = () => {
if (!lookBookData || !lookBookData.list || lookBookData.list.length === 0) {
Expand Down

0 comments on commit 4c825c7

Please sign in to comment.