fix(board): loading state wasn't showing in description page

This commit is contained in:
Tom (plebeius.eth)
2025-02-24 22:59:17 +01:00
parent 377d8cdffa
commit 319d374810
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -407,7 +407,7 @@ const PostDesktop = ({ openReplyModal, post, roles, showAllReplies, showReplies
)}
</div>
{!isInPendingPostView &&
!isDescription &&
(!isDescription || (isDescription && !subplebbit?.updatedAt)) &&
!isRules &&
stateString &&
stateString !== 'Failed' &&
+1 -1
View File
@@ -333,7 +333,7 @@ const PostMobile = ({ openReplyModal, post, roles, showAllReplies, showReplies =
)}
</div>
{!isInPendingPostView &&
!isDescription &&
(!isDescription || (isDescription && !subplebbit?.updatedAt)) &&
!isRules &&
stateString &&
stateString !== 'Failed' &&