fix replycount of description post

This commit is contained in:
Tom (plebeius.eth)
2024-09-18 12:37:39 +02:00
parent 63750fb990
commit dcd970c706
4 changed files with 9 additions and 4 deletions
+1
View File
@@ -109,6 +109,7 @@ const PostPage = () => {
avatarUrl={suggested?.avatarUrl}
createdAt={createdAt}
description={description}
replyCount={location.pathname.startsWith('/p/all/') ? 0 : rules?.length > 0 ? 1 : 0}
subplebbitAddress={subplebbitAddress}
shortAddress={shortAddress}
title={title}