Make the "I don't like it" category let you report an account

This makes it so that when a user reports an account and selects "I don't like it", instead of getting a message about how they should personally block that person, it sends them to the normal reporting interface and they can file their report.

Fixes #1202
This commit is contained in:
Darius Kazemi 2022-12-01 19:11:42 -08:00
parent 73bdd71e09
commit 6341c9419c
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class Category extends React.PureComponent {
switch(category) {
case 'dislike':
onNextStep('thanks');
onNextStep('statuses');
break;
case 'violation':
onNextStep('rules');