Merge pull request #622 from coralproject/hide-comment-box-perm

Hide comment box during perm view
This commit is contained in:
Kim Gardner
2017-05-31 15:12:41 -04:00
committed by GitHub
@@ -100,6 +100,7 @@ class Stream extends React.Component {
{loggedIn &&
!banned &&
!temporarilySuspended &&
!highlightedComment &&
<CommentBox
addNotification={this.props.addNotification}
postComment={this.props.postComment}