Skip to content

Commit

Permalink
Ensure decimals prop passted to confirm-approve.component is correct …
Browse files Browse the repository at this point in the history
…type
  • Loading branch information
danjm committed Nov 4, 2019
1 parent bb5eeee commit 1dde6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/pages/confirm-approve/confirm-approve.container.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const mapStateToProps = (state, ownProps) => {
userAddress: selectedAddress,
origin: formattedOrigin,
data,
decimals,
decimals: Number(decimals),
txData: transaction,
}
}
Expand Down

0 comments on commit 1dde6ff

Please sign in to comment.