diff --git a/src/discussions/posts/PostsList.jsx b/src/discussions/posts/PostsList.jsx index c181d2f9d..99c2ea399 100644 --- a/src/discussions/posts/PostsList.jsx +++ b/src/discussions/posts/PostsList.jsx @@ -67,7 +67,7 @@ const PostsList = ({ if (isTopicTab) { loadThreads(topicsIds, 1, true); } - }, [filters]); + }, [filters, JSON.stringify(sortedPostsIds)]); const postInstances = useMemo(() => ( sortedPostsIds?.map((postId, idx) => (