Skip to content

Commit

Permalink
[KAN-121] 프로필: 찜한가게와 리뷰가 바로 반영되도록 변경한다. (지금은 앱을껐다 켜야 반영됨) (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkyoungdeok authored Jun 1, 2024
1 parent 8d4de75 commit e952eb5
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 @@ -130,11 +130,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 e952eb5

Please sign in to comment.