about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2022-04-29 09:21:10 -0500
committerStarfall <us@starfall.systems>2022-04-29 09:21:10 -0500
commit9ec0ecda66745c892961a917b18354f42dfc1f19 (patch)
tree3d7660ee34d49ed9d68883d7100948daa0e816e5 /app/javascript/flavours/glitch/features
parent4eb291e5db6114c8aa564f0c9e7f04d13805b5cc (diff)
parent8b125c12603b4852934e98fa36785eda9b376049 (diff)
Merge remote-tracking branch 'claire/glitch-soc/fixes/report-i-dont-like-this'
Diffstat (limited to 'app/javascript/flavours/glitch/features')
-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',
     ];