fix prettier

This commit is contained in:
OsamaSayegh
2018-06-26 15:31:43 +03:00
committed by GitHub
parent bfe0178270
commit d81f8ea378
2 changed files with 5 additions and 2 deletions

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,