diff --git a/src/hooks/use-popular-posts.ts b/src/hooks/use-popular-posts.ts index e40c3810..65360890 100644 --- a/src/hooks/use-popular-posts.ts +++ b/src/hooks/use-popular-posts.ts @@ -29,7 +29,7 @@ const usePopularPosts = (subplebbits: Subplebbit[]) => { if ( isMediaShowed && - replyCount > 0 && + (replyCount > 0 || postsPerSub > 1) && !deleted && !removed && !locked &&