diff --git a/app/javascript/mastodon/features/report/category.js b/app/javascript/mastodon/features/report/category.js index 9215b3f51..d8ccc0417 100644 --- a/app/javascript/mastodon/features/report/category.js +++ b/app/javascript/mastodon/features/report/category.js @@ -41,7 +41,7 @@ class Category extends React.PureComponent { switch(category) { case 'dislike': - onNextStep('thanks'); + onNextStep('statuses'); break; case 'violation': onNextStep('rules');