diff --git a/apps/wallet/src/ui/app/pages/home/nfts/index.tsx b/apps/wallet/src/ui/app/pages/home/nfts/index.tsx index 2b2cbae89d8..a6af83c0ec0 100644 --- a/apps/wallet/src/ui/app/pages/home/nfts/index.tsx +++ b/apps/wallet/src/ui/app/pages/home/nfts/index.tsx @@ -51,7 +51,6 @@ function NftsPage() { const { data: ownedAssets, hasNextPage, - isLoading, isFetchingNextPage, fetchNextPage, error, @@ -141,14 +140,6 @@ function NftsPage() { } }, [hasNextPage, ownedAssets, isFetchingNextPage]); - if (isLoading) { - return ( -