Update swap-panel-component.js

Update swap-panel-component.js
pull/1/head
Liana Husikyan 6 years ago committed by LianaHus
parent fc78f97747
commit ef1990c781
  1. 4
      src/app/components/swap-panel-component.js

@ -56,7 +56,7 @@ class SwapPanelComponent {
render () {
this.view = yo`
<div id='plugins' class=${css.plugins} >
<div id='plugins' class=${css.plugins}>
</div>
`
this.header = yo`<header class="${css.swapitHeader}"><h6 class="${css.swapitTitle}"></h6></header>`
@ -73,7 +73,7 @@ module.exports = SwapPanelComponent
const css = csjs`
.plugins {
height : 95%;
height : 100%;
}
.plugItIn {
display : none;

Loading…
Cancel
Save