We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf5598 commit 47bef60Copy full SHA for 47bef60
frontend/src/pages/HomeFeedPage/HomeFeedPage.tsx
@@ -83,7 +83,7 @@ const HomeFeedPage = () => {
83
<Feed
84
infinitePostsData={infinitePostsData}
85
onIntersect={handleIntersect}
86
- queryKey={[QUERY.GET_HOME_FEED_POSTS]}
+ queryKey={[QUERY.GET_HOME_FEED_POSTS(feedFilterOption)]}
87
isFetching={isFetching || isImagesFetching}
88
setCurrentPostId={setCurrentPostId}
89
/>
0 commit comments