From 75fd462e6687e8ef68874e592efe3bc8799ca728 Mon Sep 17 00:00:00 2001 From: RanchiMall Dev Date: Sat, 23 Aug 2025 07:48:15 +0000 Subject: [PATCH] Workflow updating files of flopay --- flopay/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flopay/index.html b/flopay/index.html index 1ffbe05..2bb1d06 100644 --- a/flopay/index.html +++ b/flopay/index.html @@ -3871,9 +3871,9 @@ async function refreshBalance(button) { const ethOut = getRef('eth_balance'); const usdcOut = getRef('usdc_erc20_balance'); const usdtOut = getRef('usdt_erc20_balance'); - if (ethOut) ethOut.textContent = '—'; - if (usdcOut) usdcOut.textContent = '—'; - if (usdtOut) usdtOut.textContent = '—'; + if (ethOut) ethOut.textContent = '0'; + if (usdcOut) usdcOut.textContent = '0'; + if (usdtOut) usdtOut.textContent = '0'; const ethAddr = await getUserEthAddress(); if (ethAddr && window.ethOperator) {