mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
fix
This commit is contained in:
parent
b4b8074fa1
commit
d057c678bf
@ -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() {
|
||||
@ -373,7 +373,6 @@ class TradePortal extends LitElement {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 701px) {
|
||||
* {
|
||||
}
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user