checkout vouchers
This commit is contained in:
parent
c00f86872d
commit
4002822374
|
@ -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}} />
|
||||
|
|
Loading…
Reference in New Issue
Block a user