From 22fac139b6676af566d09102d1cd09e53882974a Mon Sep 17 00:00:00 2001 From: merefield Date: Thu, 14 Sep 2023 20:08:10 +0100 Subject: [PATCH] linting --- .../discourse/controllers/custom-wizard-step.js.es6 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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) {