diff --git a/src/components/EditLabel.jsx b/src/components/EditLabel.jsx index 7f901563..86583167 100644 --- a/src/components/EditLabel.jsx +++ b/src/components/EditLabel.jsx @@ -40,7 +40,7 @@ const EditLabel = ({ commentCid, className }) => { return ( <> setIsOriginalCommentModalOpen(false)} comment={comment} /> - {comment.edit && ( + {comment.edit && comment.original?.content !== comment?.content ? ( <>
@@ -51,7 +51,7 @@ const EditLabel = ({ commentCid, className }) => { ) - )} + ) : null} {(editedCommentState === 'pending' || editedCommentState === 'failed') && conditionsString ? ( <>