Skip to content

Commit

Permalink
fix(cdn): Refix the loading retries (#3016)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbuedo authored and SorinC6 committed Jan 18, 2024
1 parent 08eca0a commit 9f19d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wallet-mobile/src/yoroi-wallets/hooks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ export const useNativeAssetImage = ({
const requestUrl = `https://${network}.processed-media.yoroiwallet.com/${policy}/${name}?width=${width}&height=${height}&kind=${kind}&fit=${contentFit}${cache}`

if (responseType === 'binary') {
setError(false)
setLoading(true)
return requestUrl
}

Expand Down

0 comments on commit 9f19d23

Please sign in to comment.