ソースを参照

Improve PaymentChain look by a little

master
BinHong Lee 6年前
コミット
d28ecddb33
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      src/Components/Payment.js

+ 2
- 1
src/Components/Payment.js ファイルの表示

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


読み込み中…
キャンセル
保存