mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Edit Token Transfer displays mixed info with regular Send Tx (ETH) (#17507)
This commit is contained in:
parent
e07ec9dcf3
commit
e8c92c3d5a
@ -147,6 +147,7 @@ export default class SendAssetRow extends Component {
|
||||
if (token) {
|
||||
return this.renderToken(token);
|
||||
}
|
||||
return this.renderToken(details);
|
||||
} else if (type === AssetType.NFT) {
|
||||
const nft = nfts.find(
|
||||
({ address, tokenId }) =>
|
||||
|
Loading…
Reference in New Issue
Block a user