Commit ef1990c7 authored by Liana Husikyan's avatar Liana Husikyan Committed by LianaHus

Update swap-panel-component.js

Update swap-panel-component.js
parent fc78f977
......@@ -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;
......
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