Skip to content

Commit 82a19fe

Browse files
committed
bug fixes
1 parent 8effd33 commit 82a19fe

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

src/CustomDrawer.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,11 @@ const mappableRoutes: MappableRoutesDictionary = {
157157
}, {
158158
title: 'Check in points',
159159
path: '/checkinpoints'
160-
}, {
161-
title: 'organisations'
162-
}]
160+
},
161+
// {
162+
// title: 'organisations'
163+
// }
164+
]
163165
},
164166
'Reports': {
165167
path: '/reports',

src/features/UserManagement/UserManagementView.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ const UserManagementView: FunctionComponent<Props> = (props) => {
106106
role: 'HR',
107107
status: 'Assigned'
108108
}],
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+
// }]
114114
}
115115

116116
return (

0 commit comments

Comments
 (0)