From a48f4a50f83c201f503a9d7617472a4cfe7881a3 Mon Sep 17 00:00:00 2001 From: simon-bai Date: Tue, 22 Oct 2024 20:27:21 +0800 Subject: [PATCH 1/2] fix: fix nft asset Collection jump --- .../AddressDetail/components/Tokens/NFTAssets/columnConfig.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/_components/AddressDetail/components/Tokens/NFTAssets/columnConfig.tsx b/src/_components/AddressDetail/components/Tokens/NFTAssets/columnConfig.tsx index e73b035f..87606421 100644 --- a/src/_components/AddressDetail/components/Tokens/NFTAssets/columnConfig.tsx +++ b/src/_components/AddressDetail/components/Tokens/NFTAssets/columnConfig.tsx @@ -25,7 +25,8 @@ const renderToken = (token, record, chain) => { const renderCollection = (collection, record, chain) => collection && ( - +
{collection.name} From fa91476cf9e54c3e7f0e0cccad902dd4f2d61d73 Mon Sep 17 00:00:00 2001 From: simon-bai Date: Tue, 22 Oct 2024 20:30:30 +0800 Subject: [PATCH 2/2] feat: fix Collection jump --- .../AddressDetail/components/Tokens/NFTAssets/columnConfig.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/_components/AddressDetail/components/Tokens/NFTAssets/columnConfig.tsx b/src/_components/AddressDetail/components/Tokens/NFTAssets/columnConfig.tsx index 87606421..1a42fc45 100644 --- a/src/_components/AddressDetail/components/Tokens/NFTAssets/columnConfig.tsx +++ b/src/_components/AddressDetail/components/Tokens/NFTAssets/columnConfig.tsx @@ -25,8 +25,7 @@ const renderToken = (token, record, chain) => { const renderCollection = (collection, record, chain) => collection && ( - +
{collection.name}