Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 83e34ae

Browse files
authored
Merge pull request #1718 from blockstack/feature/missing-profile-on-restore
Handle case where profile is missing for restored identity
2 parents 50add20 + 7744a1c commit 83e34ae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/js/profiles/store/identity/actions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ function refreshIdentities(
394394
`refreshIdentities: resolveZoneFileToProfile for ${nameOwned} error`,
395395
error
396396
)
397+
dispatch(updateProfile(index, DEFAULT_PROFILE, zoneFile))
397398
resolve()
398399
return Promise.resolve()
399400
})

0 commit comments

Comments
 (0)