From 243c36a306f37a13f259848800c565f013db99f9 Mon Sep 17 00:00:00 2001 From: David Jay Date: Thu, 17 Nov 2016 17:45:44 -0500 Subject: [PATCH] Switching Permalink props on replies to avoid null errors. --- 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 ecfc6d7d2..1ed51a5d9 100644 --- a/client/coral-embed-stream/src/CommentStream.js +++ b/client/coral-embed-stream/src/CommentStream.js @@ -187,8 +187,8 @@ class CommentStream extends Component { updateItem={this.props.updateItem} currentUser={this.props.auth.user}/> ;