Skip to content

Commit

Permalink
Fix NFT
Browse files Browse the repository at this point in the history
  • Loading branch information
1aerostorm committed Nov 21, 2023
1 parent b02caeb commit 95fac70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/redux/FetchDataSaga.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ function* fillNftCollectionImages(nft_collections) {

const noImgKeys = Object.keys(noImgColls)

if (!noImgKeys.length) return

const tokens = (yield call([api, api.getNftTokensAsync], {
select_collections: noImgKeys,
collection_limit: 1,
Expand Down

0 comments on commit 95fac70

Please sign in to comment.