Merge pull request #8 from Skidragon/fix/new-user-balance

Fix/new user balance
This commit is contained in:
Phillip
2024-07-13 10:42:36 -04:00
committed by GitHub

View File

@@ -655,7 +655,7 @@ function App() {
</AddressBox>
</CopyToClipboard>
<Spacer height="10px" />
{balance && (
{(balance >= 0) && (
<TextP
sx={{
textAlign: "center",