about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/report/category.js
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-04-29 10:56:31 +0200
committerClaire <claire.github-309c@sitedethib.com>2022-05-01 21:58:20 +0200
commitcb9a919ff28294a2f1cf3642a165ad433cbf856b (patch)
treeb0cf2cd7f1ff444cb41389759eff1dab96a9c34e /app/javascript/flavours/glitch/features/report/category.js
parenta41b3d0457451abf750ecd2e5576e4d516d8ab95 (diff)
Remove “I don't like it” option from report modal
Diffstat (limited to 'app/javascript/flavours/glitch/features/report/category.js')
-rw-r--r--app/javascript/flavours/glitch/features/report/category.js2
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',
     ];