diff --git a/src/Components/Payment.js b/src/Components/Payment.js index 914b12f..00272de 100644 --- a/src/Components/Payment.js +++ b/src/Components/Payment.js @@ -5,7 +5,8 @@ class Payment extends Component { return (

- {this.props.payment.from} ----{this.props.payment.amount}----> {this.props.payment.to} + {this.props.payment.from} -> {this.props.payment.to}
+ Amount: {parseFloat(this.props.payment.amount).toFixed(2)}
) }