Skip to content

Commit

Permalink
feat(withdraw): use amount from proper redux form
Browse files Browse the repository at this point in the history
  • Loading branch information
milan-bc committed Sep 28, 2020
1 parent 29c520c commit 064fa96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class ConfirmWithdraw extends PureComponent<Props> {
}

const mapStateToProps = (state: RootState, ownProps: OwnProps) => ({
formValues: selectors.form.getFormValues('confirmCustodyWithdraw')(
formValues: selectors.form.getFormValues('custodyWithdrawForm')(
state
) as WithdrawCheckoutFormValuesType,
data: getData(state, ownProps)
Expand Down

0 comments on commit 064fa96

Please sign in to comment.