diff --git a/apps/comments-ui/src/components/content/Pagination.js b/apps/comments-ui/src/components/content/Pagination.js
index 1bdf2340db..5d0977536e 100644
--- a/apps/comments-ui/src/components/content/Pagination.js
+++ b/apps/comments-ui/src/components/content/Pagination.js
@@ -20,8 +20,7 @@ const Pagination = (props) => {
return (
);
};
diff --git a/apps/comments-ui/src/components/content/RepliesPagination.js b/apps/comments-ui/src/components/content/RepliesPagination.js
index 34cad2d92b..14175db4ff 100644
--- a/apps/comments-ui/src/components/content/RepliesPagination.js
+++ b/apps/comments-ui/src/components/content/RepliesPagination.js
@@ -5,9 +5,11 @@ const RepliesPagination = (props) => {
const count = props.count;
return (
-
+
+
+
);
};