Explorar el Código

Improve PaymentChain look by a little

master
BinHong Lee hace 7 años
padre
commit
d28ecddb33
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      src/Components/Payment.js

+ 2
- 1
src/Components/Payment.js Ver fichero

@@ -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>
)
}


Cargando…
Cancelar
Guardar