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}/>