1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Clear token selection when changing account.

This commit is contained in:
Dan 2017-09-15 11:08:09 -02:30 committed by Chi Kei Chan
parent 095d327140
commit feb90f2fc4

View File

@ -626,6 +626,7 @@ function showAccountDetail (address) {
type: actions.SHOW_ACCOUNT_DETAIL, type: actions.SHOW_ACCOUNT_DETAIL,
value: address, value: address,
}) })
dispatch(actions.setSelectedToken())
}) })
} }
} }