Fix return value of migration 26 when missing KC or PC

This commit is contained in:
Whymarrh Whitby 2018-06-01 15:46:31 -07:00 committed by GitHub
parent 003172231a
commit 1a18f03e2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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