mirror of
https://github.com/Qortal/chrome-extension.git
synced 2025-02-11 17:55:49 +00:00
Merge pull request #8 from Skidragon/fix/new-user-balance
Fix/new user balance
This commit is contained in:
commit
6de8a75d56
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user