Skip to content

Commit

Permalink
Fix flow error
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaglumac committed Nov 19, 2021
1 parent 44fcccb commit 9917fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/renderer/app/stores/WalletsStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ export default class WalletsStore extends Store {

@action _restoreWalletClose = () => {
this._resumePolling();
const { mnemonics, walletName, spendingPassword, restoredWallet } = this;
const { mnemonics, walletName, spendingPassword } = this;
const shouldDisplayAbortAlert =
(mnemonics.length || walletName.length || spendingPassword.length) &&
this.restoreWalletStep !== null &&
Expand Down

0 comments on commit 9917fcf

Please sign in to comment.