Remove “I don't like it” option from report modal

local
Claire 2 years ago
parent a41b3d0457
commit cb9a919ff2
  1. 2
      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',
];

Loading…
Cancel
Save