mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +01:00
Lint fix
This commit is contained in:
parent
db06e7e649
commit
84321b2d9b
@ -110,7 +110,7 @@ class PreferencesController {
|
||||
}
|
||||
|
||||
this.store.updateState({ featureFlags: updatedFeatureFlags })
|
||||
console.log(`!!! updatedFeatureFlags`, updatedFeatureFlags);
|
||||
|
||||
return Promise.resolve(updatedFeatureFlags)
|
||||
}
|
||||
|
||||
|
@ -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'),
|
||||
|
||||
]),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user