1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Handling undefined case for token balance (Token Details) (#13759)

This commit is contained in:
ryanml 2022-02-25 17:00:51 -07:00 committed by GitHub
parent 23e6c073c4
commit fda5b54def
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,7 @@ export default function TokenDetailsPage() {
color={COLORS.BLACK}
className="token-details__token-value"
>
{tokenBalance}
{tokenBalance || ''}
</Typography>
<Box marginTop={1}>
<Identicon