From d24cbf5af54ea94741177deffb13585e86cd0fbf Mon Sep 17 00:00:00 2001 From: daryl Date: Thu, 4 Jul 2024 15:58:58 +0800 Subject: [PATCH] feat(nft-tag): add key --- src/pages/NftCollections/List.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pages/NftCollections/List.tsx b/src/pages/NftCollections/List.tsx index 3fa29c96e7..45d84cc477 100644 --- a/src/pages/NftCollections/List.tsx +++ b/src/pages/NftCollections/List.tsx @@ -49,37 +49,37 @@ const filterList = [ { key: 'invalid', value: 'invalid', - title: , + title: , to: '/nft-collections', }, { key: 'suspicious', value: 'suspicious', - title: , + title: , to: '/nft-collections', }, { key: 'out-of-length-range', value: 'out-of-length-range', - title: , + title: , to: '/nft-collections', }, { key: 'duplicate', value: 'duplicate', - title: , + title: , to: '/nft-collections', }, { key: 'layer-1-asset', value: 'layer-1-asset', - title: , + title: , to: '/nft-collections', }, { key: 'layer-2-asset', value: 'layer-2-asset', - title: , + title: , to: '/nft-collections', }, ] @@ -297,7 +297,7 @@ export const ListOnDesktop: React.FC<{ isLoading: boolean; list: NFTCollection[]
{item.tags.map(tag => ( - + ))}