mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Remove “I don't like it” option from report modal
This commit is contained in:
parent
a41b3d0457
commit
cb9a919ff2
@ -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…
Reference in New Issue
Block a user