Change ETH price label to "$x,xxx.xx USD/ETH"
Some checks failed
check / check (push) Has been cancelled
Some checks failed
check / check (push) Has been cancelled
This commit is contained in:
@@ -33,7 +33,7 @@ function renderTotalValue() {
|
|||||||
|
|
||||||
const ethPrice = getPrice("ETH");
|
const ethPrice = getPrice("ETH");
|
||||||
if (priceEl) {
|
if (priceEl) {
|
||||||
priceEl.textContent = ethPrice ? "ETH " + formatUsd(ethPrice) : "";
|
priceEl.textContent = ethPrice ? formatUsd(ethPrice) + " USD/ETH" : "";
|
||||||
}
|
}
|
||||||
|
|
||||||
const addr = findActiveAddr();
|
const addr = findActiveAddr();
|
||||||
|
|||||||
Reference in New Issue
Block a user