diff --git a/src/components/post-desktop/post-desktop.tsx b/src/components/post-desktop/post-desktop.tsx index e6b2d26e..2ca27bee 100644 --- a/src/components/post-desktop/post-desktop.tsx +++ b/src/components/post-desktop/post-desktop.tsx @@ -459,7 +459,7 @@ const PostDesktop = ({ openReplyModal, post, roles, showAllReplies, showReplies ))} {!isInPendingPostView && - (stateString && stateString !== 'Failed' ? ( + (stateString && stateString !== 'Failed' && state !== 'succeeded' ? (

diff --git a/src/components/post-mobile/post-mobile.tsx b/src/components/post-mobile/post-mobile.tsx index 4700d5d8..88aa8411 100644 --- a/src/components/post-mobile/post-mobile.tsx +++ b/src/components/post-mobile/post-mobile.tsx @@ -374,7 +374,7 @@ const PostMobile = ({ openReplyModal, post, roles, showAllReplies, showReplies = ))}
{!isInPendingPostView && - (stateString && stateString !== 'Failed' ? ( + (stateString && stateString !== 'Failed' && state !== 'succeeded' ? (