checkout vouchers

This commit is contained in:
enggar_ganteng 2019-01-06 18:56:45 +07:00
parent c00f86872d
commit 4002822374

View File

@ -106,7 +106,7 @@ export default class CheckoutVouchers extends React.Component {
<div className="row">
<div style={{display:'flex',justifyContent:'space-between'}}>
<h3 style={{color:''}}>Point</h3>
<h3 style={{color:'#FF6F00'}}>11,570 Points</h3>
<h3 style={{color:'#FF6F00'}}>{this.props.appstate.wallet.data.point} Points</h3>
</div>
</div>
<Divider style={{marginBottom:10,marginTop:10}} />