fix prettier

This commit is contained in:
OsamaSayegh 2018-06-26 15:31:43 +03:00 committed by GitHub
parent bfe0178270
commit d81f8ea378
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -29,7 +29,9 @@ export default DropdownSelectBoxComponent.extend({
computeHeaderContent() {
let content = this._super();
content.name = I18n.t(
`${this.get("i18nPrefix")}.${this.get("selectedDetails.key")}${this.get("i18nPostfix")}.title`
`${this.get("i18nPrefix")}.${this.get("selectedDetails.key")}${this.get(
"i18nPostfix"
)}.title`
);
content.hasSelection = this.get("hasSelection");
return content;

View File

@ -12,7 +12,8 @@ const buildTopic = function(level, archetype = "regular") {
});
};
const originalTranslation = I18n.translations.en.js.topic.notifications.tracking_pm.title;
const originalTranslation =
I18n.translations.en.js.topic.notifications.tracking_pm.title;
moduleForComponent("topic-notifications-button", {
integration: true,