mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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 }) },
|
onClickOutside: () => { this.setState({ optionsMenuActive: false }) },
|
||||||
},
|
},
|
||||||
[
|
[
|
||||||
h(
|
|
||||||
DropdownMenuItem,
|
|
||||||
{
|
|
||||||
closeMenu: () => {},
|
|
||||||
onClick: () => actions.showConfigPage(),
|
|
||||||
},
|
|
||||||
'Account Settings',
|
|
||||||
),
|
|
||||||
h(
|
h(
|
||||||
DropdownMenuItem,
|
DropdownMenuItem,
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user