pages home
This commit is contained in:
parent
e7e9121313
commit
1f84a6b174
|
@ -129,7 +129,10 @@ export default class DashboardComponent extends React.Component {
|
||||||
color: '#0006',
|
color: '#0006',
|
||||||
letterSpacing: 1
|
letterSpacing: 1
|
||||||
}}>Voucher</h3>
|
}}>Voucher</h3>
|
||||||
<div className="value"><NumberFormat value={(this.props.appstate.wallet.data.wallet).toFixed(2)} displayType={'text'} thousandSeparator={true} prefix={'Rp '}/></div>
|
<div className="value">
|
||||||
|
{/* <NumberFormat value={(this.props.appstate.wallet.data.wallet).toFixed(2)} displayType={'text'} thousandSeparator={true} prefix={'Rp '}/> */}
|
||||||
|
<NumberFormat value={(0).toFixed(2)} displayType={'text'} thousandSeparator={true} prefix={'Rp '}/>
|
||||||
|
</div>
|
||||||
<div style={{marginTop:10}}>
|
<div style={{marginTop:10}}>
|
||||||
<Button type="primary" icon="plus" onClick={() => this.setModalTopup(true)}>Add Voucher</Button>
|
<Button type="primary" icon="plus" onClick={() => this.setModalTopup(true)}>Add Voucher</Button>
|
||||||
{/* <a className="btnFlatUnderline" onClick={() => this.setModalTopup(true)}>
|
{/* <a className="btnFlatUnderline" onClick={() => this.setModalTopup(true)}>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user