Skip to content

Commit

Permalink
Merge pull request #12077 from sobitneupane/sn_bug-remove-unwanted-pa…
Browse files Browse the repository at this point in the history
…ssword-field

Remove unwanted password field in add bank account page
  • Loading branch information
mountiny authored Oct 26, 2022
2 parents 38b1d84 + 386cf94 commit ff5affd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/AddPersonalBankAccountPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class AddPersonalBankAccountPage extends React.Component {
this.submit = this.submit.bind(this);

this.state = {
selectedPlaidAccountID: this.props.personalBankAccount.plaidAccountID,
selectedPlaidAccountID: '',
};
}

Expand Down

0 comments on commit ff5affd

Please sign in to comment.