Commit ae56070f authored by serapath's avatar serapath

prepare CompileTab remove contractNames()

parent 61691261
...@@ -125,13 +125,6 @@ class CompileTab { ...@@ -125,13 +125,6 @@ class CompileTab {
}) })
var errorContainer = yo`<div class='error'></div>` var errorContainer = yo`<div class='error'></div>`
var el = yo`
<div class="${css.compileTabView}" id="compileTabView">
${compileContainer}
${contractNames(appAPI, appEvents, opts)}
${errorContainer}
</div>
`
/* ------------------------------------------------ /* ------------------------------------------------
section CONTRACT DROPDOWN, DETAILS AND PUBLISH section CONTRACT DROPDOWN, DETAILS AND PUBLISH
...@@ -307,6 +300,15 @@ class CompileTab { ...@@ -307,6 +300,15 @@ class CompileTab {
return contractEl return contractEl
/* eslint-enable */ /* eslint-enable */
} }
var el = yo`
<div class="${css.compileTabView}" id="compileTabView">
${compileContainer}
${contractNames(appAPI, appEvents, opts)}
${errorContainer}
</div>
`
return { render () { return el } } return { render () { return el } }
} }
} }
......
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