mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #3324 from MetaMask/fix-feature-flags
fix feature flags being undefined
This commit is contained in:
commit
c789bf1842
@ -25,6 +25,7 @@ function launchMetamaskUi (opts, cb) {
|
|||||||
|
|
||||||
function startApp (metamaskState, accountManager, opts) {
|
function startApp (metamaskState, accountManager, opts) {
|
||||||
// parse opts
|
// parse opts
|
||||||
|
if (!metamaskState.featureFlags) metamaskState.featureFlags = {}
|
||||||
const store = configureStore({
|
const store = configureStore({
|
||||||
|
|
||||||
// metamaskState represents the cross-tab state
|
// metamaskState represents the cross-tab state
|
||||||
|
Loading…
Reference in New Issue
Block a user