wallet balance

This commit is contained in:
2019-01-28 16:19:21 +07:00
parent 34e9d91d91
commit e7a841a6f1
2 changed files with 5 additions and 5 deletions

View File

@@ -432,13 +432,13 @@ export default class App extends React.Component {
className={(this.state.selectedMenu === '/app/shop') ? "menuAkunItem active" : 'menuAkunItem'}><span
className="menuAkun">Shop</span></MenuItem></Link> */}
<Link onClick={this
{/* <Link onClick={this
.changeRoute
.bind(this, '/app/vouchers')}
to={LINKS.VOUCHERS}
><MenuItem
className={(this.state.selectedMenu === '/app/vouchers') ? "menuAkunItem active" : 'menuAkunItem'}><span
className="menuAkun">Vouchers</span></MenuItem></Link>
className="menuAkun">Vouchers</span></MenuItem></Link> */}
{/* <Button className="toolbar-button-sysinfo hide-on-small-only" size="small" type="dashed"
style={{marginRight: (window.innerWidth < 600) ? 2 : 10}}