diff --git a/src/views/Home/components/ExistingUser/ExistingUser.tsx b/src/views/Home/components/ExistingUser/ExistingUser.tsx index fd0615f..06c6110 100644 --- a/src/views/Home/components/ExistingUser/ExistingUser.tsx +++ b/src/views/Home/components/ExistingUser/ExistingUser.tsx @@ -90,7 +90,7 @@ function ExistingUser({ address, email, secretWords, userGid }: { address: strin Overview - {balance === 0 ? "0 EGLD" : `${balance / Math.pow(10, 18)} EGLD`} + {balance === null ? "Loading..." : balance === 0 ? "0 EGLD" : `${balance / Math.pow(10, 18)} EGLD`} $835.39 USD {/* Add other details like percentage change here */}