mirror of
https://github.com/Qortal/chrome-extension.git
synced 2025-02-11 17:55:49 +00:00
Solved balance not showing up issue
This commit is contained in:
parent
d15d6dbf95
commit
356f8c6fd1
@ -655,7 +655,7 @@ function App() {
|
||||
</AddressBox>
|
||||
</CopyToClipboard>
|
||||
<Spacer height="10px" />
|
||||
{balance && (
|
||||
{(balance >= 0) && (
|
||||
<TextP
|
||||
sx={{
|
||||
textAlign: "center",
|
||||
|
Loading…
x
Reference in New Issue
Block a user