mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: apply new coding standards (#10592)
This commit is contained in:
@@ -17,6 +17,6 @@ export default Controller.extend({
|
||||
}
|
||||
|
||||
const fontField = fontsStep.get("fieldsById.font_previews");
|
||||
return fontField.choices.map(choice => `font-${choice.data.class}`);
|
||||
}
|
||||
return fontField.choices.map((choice) => `font-${choice.data.class}`);
|
||||
},
|
||||
});
|
||||
|
||||
@@ -13,6 +13,6 @@ export default Controller.extend({
|
||||
},
|
||||
goBack() {
|
||||
this.transitionToRoute("step", this.get("step.previous"));
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user