1
0
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:
Olusegun Akintayo 2023-03-03 16:52:32 +00:00 committed by GitHub
parent e07ec9dcf3
commit e8c92c3d5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,6 +147,7 @@ export default class SendAssetRow extends Component {
if (token) { if (token) {
return this.renderToken(token); return this.renderToken(token);
} }
return this.renderToken(details);
} else if (type === AssetType.NFT) { } else if (type === AssetType.NFT) {
const nft = nfts.find( const nft = nfts.find(
({ address, tokenId }) => ({ address, tokenId }) =>