Skip to content

Commit

Permalink
[KAN-121] 프로필: 찜한가게와 리뷰가 바로 반영되도록 변경한다. (지금은 앱을껐다 켜야 반영됨)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkyoungdeok committed May 31, 2024
1 parent e4c3aec commit c91c429
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/screens/mypage/MypageScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,9 @@ export default function MyPageScreen() {
fetchUserInfo();
setReviewPage(0);
setStorePage(0);
// setMyReviews([]);
// setMyStoresData([]);
// fetchMyReviews(0);
// fetchLikedStores(0);
}, []),
fetchMyReviews(0);
fetchLikedStores(0);
}, [])
);

useEffect(() => {
Expand Down

0 comments on commit c91c429

Please sign in to comment.