Skip to content

Commit

Permalink
fix: disable default wearables (decentraland#2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
Melisa Anabella Rossi authored Sep 21, 2023
1 parent 850dd55 commit 36b3aa7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webapp/src/components/AssetImage/AssetImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ const AssetImage = (props: Props) => {
emote={isTryingOnEnabled ? previewEmote : undefined}
onLoad={handleLoad}
onError={handleError}
disableDefaultWearables
{...wearablePreviewProps}
dev={config.is(Env.DEVELOPMENT)}
/>
Expand Down Expand Up @@ -558,6 +559,7 @@ const AssetImage = (props: Props) => {
onLoad={handleLoad}
onError={handleError}
dev={config.is(Env.DEVELOPMENT)}
disableDefaultWearables
/>
{isAvailableForMint && !isOwnerOfNFT ? (
<AvailableForMintPopup
Expand Down

0 comments on commit 36b3aa7

Please sign in to comment.