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