Remove “I don't like it” option from report modal
This commit is contained in:
parent
384577e496
commit
e2cce242aa
1 changed files with 0 additions and 2 deletions
|
@ -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',
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue