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