mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 20:39:08 +01:00
Remove Account Settings item from optionsMenu, unnecessary
This commit is contained in:
parent
4573753233
commit
0fdbb80962
@ -116,14 +116,6 @@ class AccountDropdowns extends Component {
|
||||
onClickOutside: () => { this.setState({ optionsMenuActive: false }) },
|
||||
},
|
||||
[
|
||||
h(
|
||||
DropdownMenuItem,
|
||||
{
|
||||
closeMenu: () => {},
|
||||
onClick: () => actions.showConfigPage(),
|
||||
},
|
||||
'Account Settings',
|
||||
),
|
||||
h(
|
||||
DropdownMenuItem,
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user