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 47a97042..47910961 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
@@ -74,7 +74,7 @@ class TradePortal extends LitElement {
displayTradeAddress: { type: String },
displayTradeLevel: { type: String },
displayTradeBalance: { type: String },
- qortRatio: {type: Number}
+ qortRatio: {type: Number}
}
}
@@ -494,7 +494,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 {
@@ -655,7 +655,7 @@ class TradePortal extends LitElement {
tradeFee: "~0.0005"
}
- let ravencoin = {
+ let ravencoin = {
name: "RAVENCOIN",
balance: "0",
coinCode: "RVN",
@@ -721,7 +721,7 @@ class TradePortal extends LitElement {
handleStuckTradesConnectedWorker: null
})
- workers.set("RAVENCOIN", {
+ workers.set("RAVENCOIN", {
tradesConnectedWorker: null,
handleStuckTradesConnectedWorker: null
})
@@ -1160,7 +1160,7 @@ class TradePortal extends LitElement {