mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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}
|
color={COLORS.BLACK}
|
||||||
className="token-details__token-value"
|
className="token-details__token-value"
|
||||||
>
|
>
|
||||||
{tokenBalance}
|
{tokenBalance || ''}
|
||||||
</Typography>
|
</Typography>
|
||||||
<Box marginTop={1}>
|
<Box marginTop={1}>
|
||||||
<Identicon
|
<Identicon
|
||||||
|
Loading…
x
Reference in New Issue
Block a user