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

This commit is contained in:
Claire 2022-04-29 10:56:31 +02:00
parent a41b3d0457
commit cb9a919ff2
1 changed files with 0 additions and 2 deletions

View File

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