Merge remote-tracking branch 'upstream/main'

This commit is contained in:
Jeremy Kescher 2022-05-02 00:27:36 +02:00
commit cef17863c9
No known key found for this signature in database
GPG key ID: 48DFE4BB15BA5940

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',
];