diff --git a/src/rtk/features/posts/postsSlice.ts b/src/rtk/features/posts/postsSlice.ts index 144660c60..e77d8a7d8 100644 --- a/src/rtk/features/posts/postsSlice.ts +++ b/src/rtk/features/posts/postsSlice.ts @@ -243,7 +243,7 @@ export const fetchPosts = createAsyncThunk[] = [] - fetches.push(dispatch(fetchSuperLikeCounts({ postIds: entities.map(({ id }) => id) }))) + if (withOwner) { const ids = getUniqueOwnerIds(entities) const prefetchedData = generatePrefetchData( @@ -337,6 +337,8 @@ export const fetchPosts = createAsyncThunk