diff --git a/src/discussions/posts/PostsList.jsx b/src/discussions/posts/PostsList.jsx index 40c721b7..3b423852 100644 --- a/src/discussions/posts/PostsList.jsx +++ b/src/discussions/posts/PostsList.jsx @@ -48,7 +48,7 @@ function PostsList({ posts, topics, intl }) { topicIds, }; - if (showOwnPosts) { + if (showOwnPosts && filters.search === '') { dispatch(fetchUserPosts(courseId, params)); } else { dispatch(fetchThreads(courseId, params));