fix prettier
This commit is contained in:
parent
bfe0178270
commit
d81f8ea378
|
@ -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;
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue