From 6ba95fe4d58ce94b83732dc515c71a876ee2a72e Mon Sep 17 00:00:00 2001 From: mihaisc Date: Fri, 11 Nov 2022 14:27:30 +0200 Subject: [PATCH] fix loading in preview (#1785) --- src/components/Asset/RelatedAssets/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Asset/RelatedAssets/index.tsx b/src/components/Asset/RelatedAssets/index.tsx index 9476e3230..34f4c0fb6 100644 --- a/src/components/Asset/RelatedAssets/index.tsx +++ b/src/components/Asset/RelatedAssets/index.tsx @@ -23,7 +23,6 @@ export default function RelatedAssets(): ReactElement { !asset?.nft || !asset?.metadata ) { - setIsLoading(false) return }