Skip to content

Commit

Permalink
fix: Creators filter NFT params (decentraland#1548)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo authored Apr 12, 2023
1 parent 473ff15 commit fea5b9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/src/modules/vendor/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export function getFilters(
rarities,
wearableGenders,
contracts,
creator: address ? [address] : creators,
creator: creators,
network,
emotePlayMode,
rentalStatus:
Expand All @@ -80,7 +80,7 @@ export function getFilters(
minDistanceToPlaza,
maxDistanceToPlaza,
rentalDays
} as NFTsFetchFilters<VendorName.DECENTRALAND>
}
}
default:
return {}
Expand Down

0 comments on commit fea5b9c

Please sign in to comment.