Hide comment box during perm view

This commit is contained in:
Chi Vinh Le
2017-06-01 01:34:32 +07:00
parent 93be1a91be
commit b402f70f38
@@ -100,6 +100,7 @@ class Stream extends React.Component {
{loggedIn &&
!banned &&
!temporarilySuspended &&
!highlightedComment &&
<CommentBox
addNotification={this.props.addNotification}
postComment={this.props.postComment}