From 83a3eeccaa7c1e2128834d089d354bbede52c548 Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Mon, 3 Jun 2024 17:56:04 +0200 Subject: [PATCH] Update use-popular-posts.ts --- src/hooks/use-popular-posts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 &&