mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +01:00
Fix return value of migration 26 when missing KC or PC
This commit is contained in:
parent
003172231a
commit
1a18f03e2f
@ -27,7 +27,7 @@ module.exports = {
|
||||
|
||||
function transformState (state) {
|
||||
if (!state.KeyringController || !state.PreferencesController) {
|
||||
return
|
||||
return state
|
||||
}
|
||||
|
||||
if (!state.KeyringController.walletNicknames) {
|
||||
|
Loading…
Reference in New Issue
Block a user