mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
commit
a04815555f
@ -222,7 +222,7 @@ App.prototype.renderDropdown = function() {
|
|||||||
}),
|
}),
|
||||||
|
|
||||||
h(DropMenuItem, {
|
h(DropMenuItem, {
|
||||||
label: 'Lock Account',
|
label: 'Lock',
|
||||||
closeMenu:() => this.props.dispatch(actions.closeMenu()),
|
closeMenu:() => this.props.dispatch(actions.closeMenu()),
|
||||||
action:() => this.props.dispatch(actions.lockMetamask()),
|
action:() => this.props.dispatch(actions.lockMetamask()),
|
||||||
icon: h('i.fa.fa-lock.fa-lg', { ariaHidden: true }),
|
icon: h('i.fa.fa-lock.fa-lg', { ariaHidden: true }),
|
||||||
|
Loading…
Reference in New Issue
Block a user