From 529a35044057cf2b1697020fe833db000a8d67f1 Mon Sep 17 00:00:00 2001 From: David Jay Date: Mon, 7 Nov 2016 15:39:16 -0500 Subject: [PATCH] Adding keys to comments. --- client/coral-embed-stream/src/CommentStream.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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