diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-04-29 10:56:31 +0200 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-04-29 10:56:31 +0200 |
commit | 8b125c12603b4852934e98fa36785eda9b376049 (patch) | |
tree | 767d46624a25527bef96fcc2b374ea6fa3280209 | |
parent | 252deefe3433d0cedafd973becd0d85b5182eb49 (diff) |
Remove “I don't like it” option from report modal
-rw-r--r-- | app/javascript/flavours/glitch/features/report/category.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/javascript/flavours/glitch/features/report/category.js b/app/javascript/flavours/glitch/features/report/category.js index 4c71ccde7..bea21b1b7 100644 --- a/app/javascript/flavours/glitch/features/report/category.js +++ b/app/javascript/flavours/glitch/features/report/category.js @@ -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', ]; |