diff --git a/src/app/components/plugin-manager-component.js b/src/app/components/plugin-manager-component.js index 2213eceb3b..cd01259664 100644 --- a/src/app/components/plugin-manager-component.js +++ b/src/app/components/plugin-manager-component.js @@ -155,7 +155,7 @@ class PluginManagerComponent extends BaseApi {
-
diff --git a/src/app/tabs/compile-tab.js b/src/app/tabs/compile-tab.js index f33a3da743..f59f11e905 100644 --- a/src/app/tabs/compile-tab.js +++ b/src/app/tabs/compile-tab.js @@ -266,7 +266,7 @@ class CompileTab extends CompilerApi { var result = yo`
${uploaded.map((value) => { return yo`
${value.filename} :
${value.output.url}
` })}
` - modalDialogCustom.alert(yo`Metadata published successfully.
${result}
`) + modalDialogCustom.alert(yo`Metadata published successfully.
${result}
`) } }, (item) => { // triggered each time there's a new verified publish (means hash correspond) this.swarmfileProvider.addReadOnly(item.hash, item.content)