Skip to content

Commit 47bef60

Browse files
swon3210Daeun Lee
authored andcommitted
hotfix: 게시글 좋아요가 실패하는 문제 해결 (#718)
1 parent ccf5598 commit 47bef60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/HomeFeedPage/HomeFeedPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const HomeFeedPage = () => {
8383
<Feed
8484
infinitePostsData={infinitePostsData}
8585
onIntersect={handleIntersect}
86-
queryKey={[QUERY.GET_HOME_FEED_POSTS]}
86+
queryKey={[QUERY.GET_HOME_FEED_POSTS(feedFilterOption)]}
8787
isFetching={isFetching || isImagesFetching}
8888
setCurrentPostId={setCurrentPostId}
8989
/>

0 commit comments

Comments
 (0)