Fix return value of migration 26 when missing KC or PC

feature/default_network_editable
Whymarrh Whitby 7 years ago committed by GitHub
parent 003172231a
commit 1a18f03e2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/scripts/migrations/026.js

@ -27,7 +27,7 @@ module.exports = {
function transformState (state) {
if (!state.KeyringController || !state.PreferencesController) {
return
return state
}
if (!state.KeyringController.walletNicknames) {

Loading…
Cancel
Save