diff --git a/apps/comments-ui/src/components/CommentsBox.js b/apps/comments-ui/src/components/CommentsBox.js index 72b140641b..78b0f9ccda 100644 --- a/apps/comments-ui/src/components/CommentsBox.js +++ b/apps/comments-ui/src/components/CommentsBox.js @@ -48,12 +48,12 @@ class CommentsBox extends React.Component { return (
- {/*
+ {/*

Members discussion

*/} -
+
{comments}
diff --git a/apps/comments-ui/src/components/Pagination.js b/apps/comments-ui/src/components/Pagination.js index d66f05ebb8..b5a55c003e 100644 --- a/apps/comments-ui/src/components/Pagination.js +++ b/apps/comments-ui/src/components/Pagination.js @@ -29,8 +29,8 @@ class Pagination extends React.Component { } return ( - ); }