Skip to content

Commit

Permalink
chore: move destructuring into mapDispatchToProps scope
Browse files Browse the repository at this point in the history
  • Loading branch information
gutsyphilip committed Feb 8, 2022
1 parent 388118c commit 89f67dd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,12 @@ class SetupRecoveryMethod extends Component {
fundCreateAccount,
createNewAccount,
validateSecurityCode,
saveAccount,
location,
setLinkdropAmount,
redirectTo,
addLocalKeyAndFinishSetup,
createIdentityFundedAccount
createIdentityFundedAccount,
checkIsNew
} = this.props;

const fundingOptions = parseFundingOptions(location.search);
Expand Down

0 comments on commit 89f67dd

Please sign in to comment.