Skip to content

Commit

Permalink
chore: remove old code
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Nov 22, 2023
1 parent c851bbd commit 89c4c6b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions webapp/src/components/AssetImage/AssetImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -366,9 +366,8 @@ const AssetImage = (props: Props) => {
emote={isTryingOnEnabled ? previewEmote : undefined}
onLoad={handleLoad}
onError={handleError}
baseUrl='https://wearable-preview.decentraland.org'
{...wearablePreviewProps}
// dev={config.is(Env.DEVELOPMENT)}
dev={config.is(Env.DEVELOPMENT)}
/>
{isAvailableForMint && !isOwnerOfNFT ? (
<AvailableForMintPopup
Expand Down Expand Up @@ -571,8 +570,7 @@ const AssetImage = (props: Props) => {
wheelStart={100}
onLoad={handleLoad}
onError={handleError}
baseUrl='https://wearable-preview.decentraland.org'
// dev={config.is(Env.DEVELOPMENT)}
dev={config.is(Env.DEVELOPMENT)}
/>
{isAvailableForMint && !isOwnerOfNFT ? (
<AvailableForMintPopup
Expand Down

0 comments on commit 89c4c6b

Please sign in to comment.