Update use-popular-posts.ts

This commit is contained in:
Tom (plebeius.eth)
2024-06-03 17:56:04 +02:00
parent 82de50b88a
commit 83a3eeccaa
+1 -1
View File
@@ -29,7 +29,7 @@ const usePopularPosts = (subplebbits: Subplebbit[]) => {
if (
isMediaShowed &&
replyCount > 0 &&
(replyCount > 0 || postsPerSub > 1) &&
!deleted &&
!removed &&
!locked &&