Fix: make percentage chart work properly
Fix: code review
This commit is contained in:
parent
bd2d657e2c
commit
6b6d52d7b0
4 changed files with 8 additions and 148 deletions
|
|
@ -51,18 +51,6 @@ const useStyles = makeStyles({
|
|||
})
|
||||
|
||||
const tree = [
|
||||
/* {
|
||||
key: 'dashboard',
|
||||
label: 'Dashboard',
|
||||
route: '/dashboard',
|
||||
component: Dashboard
|
||||
}, */
|
||||
/* {
|
||||
key: 'machines',
|
||||
label: 'Machines',
|
||||
route: '/machines',
|
||||
component: Machines
|
||||
}, */
|
||||
{
|
||||
key: 'transactions',
|
||||
label: 'Transactions',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue