Skip to content

Commit b021a89

Browse files
committed
App working again
1 parent 2a6046b commit b021a89

21 files changed

+1515
-1283
lines changed

src/CustomDrawer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ const mappableRoutes: MappableRoutesDictionary = {
185185
// {
186186
// title: 'Visitor\'s Form',
187187
// path: '/visitorsform'
188-
// },
188+
// },
189189
{
190190
title: 'Notification',
191191
path: '/notification'
@@ -232,7 +232,7 @@ const CustomDrawer: FunctionComponent<Props> = (props) => {
232232
</Box>
233233
{/* <Divider /> */}
234234
<List>
235-
{Object.keys(mappableRoutes).filter(r => (roles[r] === true)).map((key, index) => (
235+
{Object.keys(mappableRoutes).map((key, index) => (
236236
mappableRoutes[key].children ? (
237237
<>
238238
{

0 commit comments

Comments
 (0)