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
@@ -186,6 +186,7 @@ const Board = () => {
subplebbitAddress={subplebbitAddress}
createdAt={createdAt}
description={description}
replyCount={isInAllView ? 0 : rules?.length > 0 ? 1 : 0}
shortAddress={shortAddress}
title={title}
/>