diff --git a/ui/components/app/assets/nfts/nfts-items/nfts-items.js b/ui/components/app/assets/nfts/nfts-items/nfts-items.js index 2dcc6b14ea01..9e8196669b0e 100644 --- a/ui/components/app/assets/nfts/nfts-items/nfts-items.js +++ b/ui/components/app/assets/nfts/nfts-items/nfts-items.js @@ -173,12 +173,12 @@ export default function NftsItems({ category: MetaMetricsEventCategory.Send, properties: { is_destination_asset_picker_modal: false, - new_asset_symbol: nft.name, - new_asset_address: nft.address, is_nft: true, }, sensitiveProperties: { ...sendAnalytics, + new_asset_symbol: nft.name, + new_asset_address: nft.address, }, }, { excludeMetaMetricsId: false },