mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(board): loading state wasn't showing in description page
This commit is contained in:
@@ -407,7 +407,7 @@ const PostDesktop = ({ openReplyModal, post, roles, showAllReplies, showReplies
|
|||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
{!isInPendingPostView &&
|
{!isInPendingPostView &&
|
||||||
!isDescription &&
|
(!isDescription || (isDescription && !subplebbit?.updatedAt)) &&
|
||||||
!isRules &&
|
!isRules &&
|
||||||
stateString &&
|
stateString &&
|
||||||
stateString !== 'Failed' &&
|
stateString !== 'Failed' &&
|
||||||
|
|||||||
@@ -333,7 +333,7 @@ const PostMobile = ({ openReplyModal, post, roles, showAllReplies, showReplies =
|
|||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
{!isInPendingPostView &&
|
{!isInPendingPostView &&
|
||||||
!isDescription &&
|
(!isDescription || (isDescription && !subplebbit?.updatedAt)) &&
|
||||||
!isRules &&
|
!isRules &&
|
||||||
stateString &&
|
stateString &&
|
||||||
stateString !== 'Failed' &&
|
stateString !== 'Failed' &&
|
||||||
|
|||||||
Reference in New Issue
Block a user