mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-18 11:04:04 +01:00
Merge remote-tracking branch 'upstream/main'
This commit is contained in:
commit
cef17863c9
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 { 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 a new issue