From cb9a919ff28294a2f1cf3642a165ad433cbf856b Mon Sep 17 00:00:00 2001 From: Claire Date: Fri, 29 Apr 2022 10:56:31 +0200 Subject: [PATCH] =?UTF-8?q?Remove=20=E2=80=9CI=20don't=20like=20it?= =?UTF-8?q?=E2=80=9D=20option=20from=20report=20modal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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', ];