diff --git a/src/App.tsx b/src/App.tsx index 77ff7b1..4e4d9a9 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -719,7 +719,7 @@ function App() { {ltcBalanceLoading && } - {ltcBalance && !ltcBalanceLoading && ( + {ltcBalance && !isNaN(+ltcBalance) && !ltcBalanceLoading && ( - {ltcBalance?.toFixed(5)} LTC + {ltcBalance} LTC - {balance?.toFixed(2)} QORT + {balance} QORT )} @@ -891,7 +891,7 @@ function App() { fontWeight: 700, }} > - {balance?.toFixed(2)} QORT + {balance} QORT @@ -960,18 +960,19 @@ function App() { - {requestBuyOrder?.crosschainAtInfo?.qortAmount} QORT + {+requestBuyOrder?.crosschainAtInfo?.qortAmount} QORT FOR