diff options
author | Starfall <us@starfall.systems> | 2022-04-29 09:21:10 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2022-04-29 09:21:10 -0500 |
commit | 9ec0ecda66745c892961a917b18354f42dfc1f19 (patch) | |
tree | 3d7660ee34d49ed9d68883d7100948daa0e816e5 /app/javascript/flavours/glitch/features | |
parent | 4eb291e5db6114c8aa564f0c9e7f04d13805b5cc (diff) | |
parent | 8b125c12603b4852934e98fa36785eda9b376049 (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.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', ]; |