File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -157,9 +157,11 @@ const mappableRoutes: MappableRoutesDictionary = {
157
157
} , {
158
158
title : 'Check in points' ,
159
159
path : '/checkinpoints'
160
- } , {
161
- title : 'organisations'
162
- } ]
160
+ } ,
161
+ // {
162
+ // title: 'organisations'
163
+ // }
164
+ ]
163
165
} ,
164
166
'Reports' : {
165
167
path : '/reports' ,
Original file line number Diff line number Diff line change @@ -106,11 +106,11 @@ const UserManagementView: FunctionComponent<Props> = (props) => {
106
106
role : 'HR' ,
107
107
status : 'Assigned'
108
108
} ] ,
109
- menuOptions : [ {
110
- item : ( id : any ) => < CustomMenuItem to = '/' onClick = { ( ) => console . log ( 'check out ' + id ) } >
111
- Check Out
112
- </ CustomMenuItem >
113
- } ]
109
+ // menuOptions: [{
110
+ // item: (id: any) => <CustomMenuItem to='/' onClick={() => console.log('check out ' + id)}>
111
+ // Check Out
112
+ // </CustomMenuItem>
113
+ // }]
114
114
}
115
115
116
116
return (
You can’t perform that action at this time.
0 commit comments