Unverified Commit e9a7d8ad authored by Patrick Gallagher's avatar Patrick Gallagher Committed by GitHub

fix comma

parent 06281321
...@@ -234,7 +234,7 @@ export class RemixAppManager extends PluginEngine { ...@@ -234,7 +234,7 @@ export class RemixAppManager extends PluginEngine {
new IframePlugin(remixWorkshop), new IframePlugin(remixWorkshop),
new IframePlugin(debugPlugin), new IframePlugin(debugPlugin),
new IframePlugin(libraTools), new IframePlugin(libraTools),
new IframePlugin(oneClickDapp) new IframePlugin(oneClickDapp),
new IframePlugin(gasProfiler) new IframePlugin(gasProfiler)
] ]
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment