1
0
mirror of https://github.com/Qortal/qortal-mobile.git synced 2025-07-27 12:11:30 +00:00

Solved balance not showing up issue

This commit is contained in:
Simon
2024-07-12 13:44:41 -04:00
parent d15d6dbf95
commit 356f8c6fd1

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