1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

Fix token icon when going from token detail to swaps (#14062)

This commit is contained in:
David Walsh 2022-03-21 08:29:38 -05:00 committed by GitHub
parent 95f830438a
commit 1b1aae0577
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,6 +125,7 @@ const TokenOverview = ({ className, token }) => {
dispatch(
setSwapsFromToken({
...token,
address: token.address.toLowerCase(),
iconUrl: token.image,
balance,
string: balanceToRender,