fix processed status

This commit is contained in:
kandrusyak
2022-08-26 15:25:33 +03:00
parent 6afa08e5f5
commit 86a6bf013d
2 changed files with 8 additions and 2 deletions

View File

@@ -252,7 +252,7 @@ class Store {
});
}
get decryptedAccountData() {
return decryptedData(this._accountData, this.accountFeatures, this.passPhrase, this.pubKey)
return decryptedData(this._accountData, this.accountFeatures, this.passPhrase, this.pubKey, this.processedFeatures)
}
get firstName() {