update: Transaction Page

This commit is contained in:
Rifqy Zacky Ariadhy
2019-01-04 19:52:15 +07:00
parent ec1cabc426
commit def4262c4d
6 changed files with 137 additions and 1 deletions

View File

@@ -621,6 +621,10 @@ export default class App extends React.Component {
/>
</List>
<Divider/>
<Link onClick={this
.changeRoute
.bind(this, '/app/transaction')} to={LINKS.TRANSACTION}> <MenuItem style={{fontSize: 14}}
primaryText="Transaction"/></Link>
<Link onClick={this
.changeRoute
.bind(this, '/app/profile')} to={LINKS.PROFILE}> <MenuItem style={{fontSize: 14}}