mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-21 17:37:01 +01:00
Handling undefined case for token balance (Token Details) (#13759)
This commit is contained in:
parent
23e6c073c4
commit
fda5b54def
@ -93,7 +93,7 @@ export default function TokenDetailsPage() {
|
||||
color={COLORS.BLACK}
|
||||
className="token-details__token-value"
|
||||
>
|
||||
{tokenBalance}
|
||||
{tokenBalance || ''}
|
||||
</Typography>
|
||||
<Box marginTop={1}>
|
||||
<Identicon
|
||||
|
Loading…
Reference in New Issue
Block a user