mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
Fix token icon when going from token detail to swaps (#14062)
This commit is contained in:
parent
95f830438a
commit
1b1aae0577
@ -125,6 +125,7 @@ const TokenOverview = ({ className, token }) => {
|
||||
dispatch(
|
||||
setSwapsFromToken({
|
||||
...token,
|
||||
address: token.address.toLowerCase(),
|
||||
iconUrl: token.image,
|
||||
balance,
|
||||
string: balanceToRender,
|
||||
|
Loading…
Reference in New Issue
Block a user