From bfffb9331cff93bf7b4cd22e67a8bdb8291685f0 Mon Sep 17 00:00:00 2001 From: Claire Date: Fri, 29 Apr 2022 10:56:31 +0200 Subject: [PATCH] =?utf8?q?Remove=20=E2=80=9CI=20don't=20like=20it=E2=80=9D?= =?utf8?q?=20option=20from=20report=20modal?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- app/javascript/flavours/glitch/features/report/category.js | 2 -- 1 file changed, 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', ]; -- 2.47.3