1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

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

View File

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