base vouchers

This commit is contained in:
2019-01-03 13:26:17 +07:00
parent ce73577ce3
commit 16adfca13f
7 changed files with 830 additions and 1 deletions

View File

@@ -410,6 +410,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
.changeRoute
.bind(this, '/app/vouchers')} to={LINKS.VOUCHERS}><MenuItem
// leftIcon={<img src="/assets/images/icon/product.png"/>}
className={(this.state.selectedMenu === '/app/vouchers') ? "menuAkunItem active" : 'menuAkunItem'}><span
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}}*/}
{/*onClick={() => this.openNotification(null, "System Information", "This is your computer locale timezone", "calendar")}>*/}