From: Claire Date: Fri, 29 Apr 2022 08:56:31 +0000 (+0200) Subject: Remove “I don't like it” option from report modal X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=bfffb9331cff93bf7b4cd22e67a8bdb8291685f0;p=mastodon.git Remove “I don't like it” option from report modal --- 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', ];