Remove “I don't like it” option from report modal

th-downstream
Claire 3 years ago
parent 384577e496
commit e2cce242aa

@ -64,12 +64,10 @@ class Category extends React.PureComponent {
const { category, startedFrom, rules, intl } = this.props; const { category, startedFrom, rules, intl } = this.props;
const options = rules.size > 0 ? [ const options = rules.size > 0 ? [
'dislike',
'spam', 'spam',
'violation', 'violation',
'other', 'other',
] : [ ] : [
'dislike',
'spam', 'spam',
'other', 'other',
]; ];

Loading…
Cancel
Save