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 => ( - + ))}