fix feature flags being undefined

This commit is contained in:
frankiebee 2018-02-26 10:55:30 -08:00
parent eed75735b8
commit b24d949ca4
1 changed files with 1 additions and 0 deletions

View File

@ -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