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
1 changed files with 1 additions and 0 deletions

View File

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