refactor home component

This commit is contained in:
Tom (plebeius.eth)
2024-06-03 17:55:29 +02:00
parent 98c52e65da
commit 82de50b88a
9 changed files with 573 additions and 407 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ const usePopularPosts = (subplebbits: Subplebbit[]) => {
if (
isMediaShowed &&
(replyCount > 0 || postsPerSub > 1) &&
replyCount > 0 &&
!deleted &&
!removed &&
!locked &&