diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-04-29 10:56:31 +0200 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-05-01 21:58:20 +0200 |
commit | cb9a919ff28294a2f1cf3642a165ad433cbf856b (patch) | |
tree | b0cf2cd7f1ff444cb41389759eff1dab96a9c34e /app/javascript | |
parent | a41b3d0457451abf750ecd2e5576e4d516d8ab95 (diff) |
Remove “I don't like it” option from report modal
Diffstat (limited to 'app/javascript')
-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', ]; |