Skip to content

Commit

Permalink
fix(suite-native): CryptoIcon in send
Browse files Browse the repository at this point in the history
  • Loading branch information
vytick committed Nov 1, 2024
1 parent ccc4abd commit 033c152
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const TokenOfNetworkAlertBody = ({
return (
<VStack spacing="sp24">
<Box style={applyStyle(iconWrapperStyle)}>
<CryptoIcon symbol={tokenContract} size={80} />
<CryptoIcon symbol={networkSymbol} contractAddress={tokenContract} size={80} />
<Box style={applyStyle(networkIconWrapperStyle)}>
<CryptoIcon symbol={networkSymbol} size={32} />
</Box>
Expand Down

0 comments on commit 033c152

Please sign in to comment.