mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Close mobile sidebar when selecting 'Add token' from account options dropdown.
This commit is contained in:
parent
c74c1fe87f
commit
a4838b1c57
@ -349,6 +349,7 @@ class AccountDropdowns extends Component {
|
||||
{
|
||||
closeMenu: () => {},
|
||||
onClick: () => {
|
||||
actions.hideSidebar()
|
||||
actions.showAddTokenPage()
|
||||
},
|
||||
style: Object.assign(
|
||||
@ -425,6 +426,7 @@ AccountDropdowns.propTypes = {
|
||||
const mapDispatchToProps = (dispatch) => {
|
||||
return {
|
||||
actions: {
|
||||
hideSidebar: () => dispatch(actions.hideSidebar()),
|
||||
showConfigPage: () => dispatch(actions.showConfigPage()),
|
||||
showAccountDetail: (address) => dispatch(actions.showAccountDetail(address)),
|
||||
showAccountDetailModal: () => {
|
||||
|
Loading…
Reference in New Issue
Block a user