1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 18:41:38 +01:00
This commit is contained in:
Dan 2017-11-16 15:58:59 -03:30
parent db06e7e649
commit 84321b2d9b
2 changed files with 3 additions and 3 deletions

View File

@ -110,7 +110,7 @@ class PreferencesController {
}
this.store.updateState({ featureFlags: updatedFeatureFlags })
console.log(`!!! updatedFeatureFlags`, updatedFeatureFlags);
return Promise.resolve(updatedFeatureFlags)
}

View File

@ -150,7 +150,7 @@ App.prototype.render = function () {
// content
this.renderPrimary(),
])
]),
])
)
}
@ -274,7 +274,7 @@ App.prototype.renderAppBar = function () {
onClick: () => {
props.dispatch(actions.setFeatureFlag('betaUI', false))
},
}, 'Leave Beta')
}, 'Leave Beta'),
]),