|
|
@@ -5,7 +5,8 @@ class Payment extends Component { |
|
|
|
return ( |
|
|
|
<div className="Payment"> |
|
|
|
<br/> |
|
|
|
{this.props.payment.from} ----{this.props.payment.amount}----> {this.props.payment.to} |
|
|
|
{this.props.payment.from} -> {this.props.payment.to}<br/> |
|
|
|
Amount: {parseFloat(this.props.payment.amount).toFixed(2)} |
|
|
|
</div> |
|
|
|
) |
|
|
|
} |
|
|
|