Workflow updating files of flopay
This commit is contained in:
parent
abf421a9d8
commit
75fd462e66
@ -3871,9 +3871,9 @@ async function refreshBalance(button) {
|
|||||||
const ethOut = getRef('eth_balance');
|
const ethOut = getRef('eth_balance');
|
||||||
const usdcOut = getRef('usdc_erc20_balance');
|
const usdcOut = getRef('usdc_erc20_balance');
|
||||||
const usdtOut = getRef('usdt_erc20_balance');
|
const usdtOut = getRef('usdt_erc20_balance');
|
||||||
if (ethOut) ethOut.textContent = '—';
|
if (ethOut) ethOut.textContent = '0';
|
||||||
if (usdcOut) usdcOut.textContent = '—';
|
if (usdcOut) usdcOut.textContent = '0';
|
||||||
if (usdtOut) usdtOut.textContent = '—';
|
if (usdtOut) usdtOut.textContent = '0';
|
||||||
|
|
||||||
const ethAddr = await getUserEthAddress();
|
const ethAddr = await getUserEthAddress();
|
||||||
if (ethAddr && window.ethOperator) {
|
if (ethAddr && window.ethOperator) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user