From 4a0ad8c6bc4892d550e6d29ad7230cbb8a731d2f Mon Sep 17 00:00:00 2001 From: James Morris Date: Thu, 11 Aug 2022 12:41:27 +0100 Subject: [PATCH] Little style tweaks to comment replies border and pagination border refs https://github.com/TryGhost/Team/issues/1777 --- apps/comments-ui/src/components/Comment.js | 2 +- apps/comments-ui/src/components/Pagination.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/comments-ui/src/components/Comment.js b/apps/comments-ui/src/components/Comment.js index 6196d6c967..f1e545a500 100644 --- a/apps/comments-ui/src/components/Comment.js +++ b/apps/comments-ui/src/components/Comment.js @@ -91,7 +91,7 @@ const Comment = ({updateIsEditing = null, isEditing, ...props}) => {
- {!props.isReply && hasReplies &&
} + {!props.isReply && hasReplies &&
}
diff --git a/apps/comments-ui/src/components/Pagination.js b/apps/comments-ui/src/components/Pagination.js index af5bb2e5ca..28a1f8da76 100644 --- a/apps/comments-ui/src/components/Pagination.js +++ b/apps/comments-ui/src/components/Pagination.js @@ -21,7 +21,7 @@ const Pagination = (props) => { return ( ); };