Merge branch 'master' into user-comment-history

This commit is contained in:
Kim Gardner
2017-05-31 15:17:00 -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}