diff --git a/client/coral-embed-stream/src/CommentStream.js b/client/coral-embed-stream/src/CommentStream.js index dae78f69d..787cba78a 100644 --- a/client/coral-embed-stream/src/CommentStream.js +++ b/client/coral-embed-stream/src/CommentStream.js @@ -116,7 +116,7 @@ class CommentStream extends Component { { rootItem.comments.map((commentId) => { const comment = this.props.items[commentId] - return
+ return

@@ -143,7 +143,7 @@ class CommentStream extends Component { comment.children && comment.children.map((replyId) => { let reply = this.props.items[replyId] - return
+ return