remove needless enclosing div tag

pull/1/head
Yuta Kurotaki 7 years ago
parent fab42006f0
commit ec3c9e5eb9
  1. 2
      src/app/panels/terminal.js

@ -209,7 +209,7 @@ class Terminal {
<i class="fa fa-ban" aria-hidden="true" onmouseenter=${hover} onmouseleave=${hover}></i>
</div>
${self._view.dropdown}
<input type="text" class=${css.filter} onkeyup=${filter}></div>
<input type="text" class=${css.filter} onkeyup=${filter}>
<input onchange=${listenOnNetwork} type="checkbox" /><label title="If checked Remix will listen on all transactions mined in the current environment and not only transactions created from the GUI">Listen on network</label>
${self._view.icon}
</div>

Loading…
Cancel
Save