Przeglądaj źródła

Improve PaymentChain look by a little

master
BinHong Lee 6 lat temu
rodzic
commit
d28ecddb33
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      src/Components/Payment.js

+ 2
- 1
src/Components/Payment.js Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz