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:
parent
73bdd71e09
commit
6341c9419c
|
@ -41,7 +41,7 @@ class Category extends React.PureComponent {
|
|||
|
||||
switch(category) {
|
||||
case 'dislike':
|
||||
onNextStep('thanks');
|
||||
onNextStep('statuses');
|
||||
break;
|
||||
case 'violation':
|
||||
onNextStep('rules');
|
||||
|
|
Loading…
Reference in New Issue