Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
merefield committed Sep 14, 2023
1 parent 61ea75d commit 22fac13
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 22fac13

Please sign in to comment.