Skip to content

Commit

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

0 comments on commit 2842f54

Please sign in to comment.