From ec2b40fafe55a74784eaffcc445b63c423150869 Mon Sep 17 00:00:00 2001 From: gaba Date: Wed, 7 Dec 2016 16:49:55 -1000 Subject: [PATCH] Missed a few actions when banned. --- client/coral-embed-stream/src/CommentStream.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/client/coral-embed-stream/src/CommentStream.js b/client/coral-embed-stream/src/CommentStream.js index 58d55c4cf..d45c275cf 100644 --- a/client/coral-embed-stream/src/CommentStream.js +++ b/client/coral-embed-stream/src/CommentStream.js @@ -132,7 +132,8 @@ class CommentStream extends Component { updateItem={this.props.updateItem} id={commentId} currentUser={this.props.auth.user} - showReply={comment.showReply}/> + showReply={comment.showReply} + banned={banned}/> + currentUser={this.props.auth.user} + banned={banned}/>