diff --git a/assets/javascripts/discourse/controllers/custom-wizard-step.js.es6 b/assets/javascripts/discourse/controllers/custom-wizard-step.js.es6 index 7b248474..f38747d1 100644 --- a/assets/javascripts/discourse/controllers/custom-wizard-step.js.es6 +++ b/assets/javascripts/discourse/controllers/custom-wizard-step.js.es6 @@ -22,7 +22,10 @@ export default Controller.extend({ }, goBack() { - this.router.transitionToRoute("customWizardStep", this.get("step.previous")); + this.router.transitionToRoute( + "customWizardStep", + this.get("step.previous") + ); }, showMessage(message) {