소스 검색

Improve PaymentChain look by a little

master
BinHong Lee 7 년 전
부모
커밋
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>
)
}


불러오는 중...
취소
저장