This commit is contained in:
@@ -33,7 +33,7 @@ function renderTotalValue() {
|
||||
|
||||
const ethPrice = getPrice("ETH");
|
||||
if (priceEl) {
|
||||
priceEl.textContent = ethPrice ? "ETH " + formatUsd(ethPrice) : "";
|
||||
priceEl.textContent = ethPrice ? formatUsd(ethPrice) + " USD/ETH" : "";
|
||||
}
|
||||
|
||||
const addr = findActiveAddr();
|
||||
|
||||
Reference in New Issue
Block a user