diff --git a/frontend/src/Editor/Comment/CommentFooter.jsx b/frontend/src/Editor/Comment/CommentFooter.jsx index 39ace8ca33..7b32759f0d 100644 --- a/frontend/src/Editor/Comment/CommentFooter.jsx +++ b/frontend/src/Editor/Comment/CommentFooter.jsx @@ -57,7 +57,7 @@ function CommentFooter({ editComment = '', editCommentId, handleSubmit }) { 'cursor-not-allowed': !comment, })} > - diff --git a/frontend/src/Editor/Comment/CommentHeader.jsx b/frontend/src/Editor/Comment/CommentHeader.jsx index bb97a08ec2..8297e8e607 100644 --- a/frontend/src/Editor/Comment/CommentHeader.jsx +++ b/frontend/src/Editor/Comment/CommentHeader.jsx @@ -75,14 +75,14 @@ const CommentHeader = ({ socket, count = 0, threadId, isResolved, isThreadOwner,
{getResolveIcon()}