Skip to content

Commit

Permalink
Merge pull request #969 from tablelandnetwork/datadanne/fix-nft-pilot…
Browse files Browse the repository at this point in the history
…-listing

Garage: Fix listing of owned NFTs when piloting a Rig
  • Loading branch information
sanderpick authored Nov 7, 2023
2 parents 8ba0b0e + 8bc6327 commit f141d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garage/src/hooks/useNFTs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const fetchNftsForOwner = async (
pageSize,
pageKey,
omitMetadata: false,
excludeFilters: [NftFilters.SPAM, NftFilters.AIRDROPS],
excludeFilters: [NftFilters.SPAM],
};
if (filter?.contracts) {
options = { ...options, contractAddresses: filter.contracts };
Expand Down

0 comments on commit f141d03

Please sign in to comment.