mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix disclaimer approving action
This commit is contained in:
parent
af48b94f6f
commit
c5d334d372
@ -318,7 +318,8 @@ function showInitializeMenu() {
|
||||
function agreeToDisclaimer() {
|
||||
return (dispatch) => {
|
||||
dispatch(this.showLoadingIndication())
|
||||
_accountManager.agreeToDisclaimer((err) {
|
||||
_accountManager.agreeToDisclaimer((err) => {
|
||||
dispatch(this.hideLoadingIndication())
|
||||
dispatch({
|
||||
type: this.AGREE_TO_DISCLAIMER,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user