fix loading in preview (#1785)

This commit is contained in:
mihaisc 2022-11-11 14:27:30 +02:00 committed by GitHub
parent 4ff84b0871
commit 6ba95fe4d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ export default function RelatedAssets(): ReactElement {
!asset?.nft ||
!asset?.metadata
) {
setIsLoading(false)
return
}