diff --git a/src/discussions/comments/comment/Comment.jsx b/src/discussions/comments/comment/Comment.jsx index 733dc9b8..99284348 100644 --- a/src/discussions/comments/comment/Comment.jsx +++ b/src/discussions/comments/comment/Comment.jsx @@ -112,7 +112,7 @@ function Comment({ ? ( setEditing(false)} formClasses="pt-3" /> ) - : } + : } {hasMorePages && ( - + )} {!isNested && showFullThread && ( isReplying ? ( @@ -159,16 +159,16 @@ function Comment({ <> {!isClosedPost && userCanAddThreadInBlackoutDate && ( - + )} diff --git a/src/discussions/comments/comment/Reply.jsx b/src/discussions/comments/comment/Reply.jsx index c1ff1568..0d91876f 100644 --- a/src/discussions/comments/comment/Reply.jsx +++ b/src/discussions/comments/comment/Reply.jsx @@ -125,7 +125,7 @@ function Reply({ {isEditing ? setEditing(false)} /> - : } + : }