Unverified Commit 1732e55a authored by yann300's avatar yann300 Committed by GitHub

Update compile-tab.js

parent 832fdb2d
...@@ -256,7 +256,6 @@ module.exports = class CompileTab { ...@@ -256,7 +256,6 @@ module.exports = class CompileTab {
</div>` </div>`
self._view.el = yo` self._view.el = yo`
<div class="${css.compileTabView}" id="compileTabView"> <div class="${css.compileTabView}" id="compileTabView">
<div class="${css.title}">Solidity compiler</div>
${self._view.compileContainer} ${self._view.compileContainer}
${self._view.contractEl} ${self._view.contractEl}
${self._view.errorContainerHead} ${self._view.errorContainerHead}
......
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