mirror of
https://github.com/wassname/talk.git
synced 2026-07-07 21:02:56 +08:00
Merge pull request #959 from coralproject/view-context-no-tombstone
Don't show tombstone during "view context"
This commit is contained in:
@@ -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' />;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user