Commit 9dd8ad1d authored by unipadmini's avatar unipadmini Committed by GitHub

fix: Update copy for viewing 1155 assets. (#5375)

* chore: Update copy for viewing 1155 assets.

* Remove is so it looks better.
Co-authored-by: default avatarPadmini Pyapali <padminipyapali@Padminis-MacBook-Pro.local>
parent 0b40f72f
......@@ -37,7 +37,7 @@ const getNftDisplayComponent = (
const getUnsupportedNftTextComponent = (asset: WalletAsset) => (
<Box as="span" className={bodySmall} style={{ color: themeVars.colors.textPrimary }}>
{asset.asset_contract.tokenType === TokenType.ERC1155 ? (
<Trans>ERC-1155 support coming soon</Trans>
<Trans>Selling ERC-1155s coming soon</Trans>
) : (
<Trans>Blocked from trading</Trans>
)}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment