mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
Fix prop type mismatch (#8754)
This commit is contained in:
parent
1eed8dc167
commit
e82a8a5f52
@ -57,7 +57,7 @@ const AssetList = ({ onClickAsset }) => {
|
||||
onClick={() => onClickAsset(nativeCurrency)}
|
||||
data-testid="wallet-balance"
|
||||
primary={primaryCurrencyDisplay}
|
||||
secondary={showFiat && secondaryCurrencyDisplay}
|
||||
secondary={showFiat ? secondaryCurrencyDisplay : undefined}
|
||||
/>
|
||||
<TokenList
|
||||
onTokenClick={(tokenAddress) => {
|
||||
|
Loading…
Reference in New Issue
Block a user