Don't show tombstone during "view context"

This commit is contained in:
Chi Vinh Le
2017-09-16 01:36:15 +07:00
parent c7b755d2ff
commit f386909748
@@ -341,8 +341,8 @@ export default class Comment extends React.Component {
emit,
commentClassNames = []
} = this.props;
if (this.commentIsRejected(comment)) {
if (!highlighted && this.commentIsRejected(comment)) {
return <CommentTombstone action='reject' />;
}