mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
33cc8d587a
* replaced all the instances of collectibles with nfts * updated actions * updated e2e seeder * updated confirm Approve test * updated test dapp change * updated test dapp change * nit fix * nit fix * updated casing and snapshots * updated casinG * added migrations * updated ,igration * updated 078.test * updated tests for 078 migration * updated migration * updated 078 index.js
4 lines
117 B
JavaScript
4 lines
117 B
JavaScript
export const getNftImageAlt = ({ name, tokenId, description }) => {
|
|
return description ?? `${name} ${tokenId}`;
|
|
};
|