From d057c678bf471c62b88a9309f95cc9b875a4ca15 Mon Sep 17 00:00:00 2001 From: AlphaX-Projects <77661270+AlphaX-Projects@users.noreply.github.com> Date: Sat, 10 Sep 2022 18:04:57 +0200 Subject: [PATCH] fix --- .../plugins/core/trade-portal/trade-portal.src.js | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/qortal-ui-plugins/plugins/core/trade-portal/trade-portal.src.js b/qortal-ui-plugins/plugins/core/trade-portal/trade-portal.src.js index 78b279c3..14a3bb03 100644 --- a/qortal-ui-plugins/plugins/core/trade-portal/trade-portal.src.js +++ b/qortal-ui-plugins/plugins/core/trade-portal/trade-portal.src.js @@ -21,7 +21,7 @@ import '@vaadin/grid/vaadin-grid-sorter' const parentEpml = new Epml({ type: 'WINDOW', source: window.parent }) -let workers = new Map(); +let workers = new Map() class TradePortal extends LitElement { static get properties() { @@ -345,7 +345,7 @@ class TradePortal extends LitElement { .rvn.coinName:before { background-image: url('/img/qortrvn.png'); } - .arrr.coinName:before { + .arrr.coinName:before { background-image: url('/img/qortarrr.png'); } .coinName { @@ -372,8 +372,7 @@ class TradePortal extends LitElement { -webkit-transform: rotate(360deg); transform: rotate(360deg); } - } - + } @media (min-width: 701px) { * { } @@ -399,7 +398,7 @@ class TradePortal extends LitElement { margin-bottom: 10px; } } - ` + ` } constructor() { @@ -514,7 +513,7 @@ class TradePortal extends LitElement { this.listedCoins.set("LITECOIN", litecoin) this.listedCoins.set("DOGECOIN", dogecoin) this.listedCoins.set("DIGIBYTE", digibyte) - this.listedCoins.set("RAVENCOIN", ravencoin) + this.listedCoins.set("RAVENCOIN", ravencoin) this.listedCoins.set("PIRATECHAIN", piratechain) workers.set("QORTAL", { @@ -572,13 +571,13 @@ class TradePortal extends LitElement { this.qortdoge = 0 this.qortdgb = 0 this.qortrvn = 0 - this.qortarr = 0 + this.qortarrr = 0 this.btcqort = 0 this.ltcqort = 0 this.dogeqort = 0 this.dgbqort = 0 this.rvnqort = 0 - this.arrqort = 0 + this.arrrqort = 0 } // TODO: Move each template to a separate components! Maybe