Skip to content

Commit 9917fcf

Browse files
committed
Fix flow error
1 parent 44fcccb commit 9917fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/renderer/app/stores/WalletsStore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ export default class WalletsStore extends Store {
429429

430430
@action _restoreWalletClose = () => {
431431
this._resumePolling();
432-
const { mnemonics, walletName, spendingPassword, restoredWallet } = this;
432+
const { mnemonics, walletName, spendingPassword } = this;
433433
const shouldDisplayAbortAlert =
434434
(mnemonics.length || walletName.length || spendingPassword.length) &&
435435
this.restoreWalletStep !== null &&

0 commit comments

Comments
 (0)