Skip to content

Commit

Permalink
fix: rycycling key (#15288)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nodonisko authored Nov 6, 2024
1 parent a66ece5 commit 0dfebc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suite-native/icons/src/CryptoIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const CryptoIcon = ({ symbol, contractAddress, size = 'small' }: CryptoIc
return (
<Image
source={sourceUrl}
recyclingKey={sourceUrl}
recyclingKey={symbol + contractAddress}
style={applyStyle(iconStyle, { width: sizeNumber, height: sizeNumber })}
placeholder={genericTokenIcon}
cachePolicy="memory-disk"
Expand Down

0 comments on commit 0dfebc8

Please sign in to comment.