Fixed bookings and timezone problems
This commit is contained in:
@@ -6,24 +6,34 @@ import PracticeSummaryReport from '../scenes/PracticeSummaryReport';
|
||||
export const mainMenuItems = [
|
||||
{
|
||||
id: 'home',
|
||||
showInMenu: true,
|
||||
title: 'Home',
|
||||
url: '/',
|
||||
component: Home,
|
||||
},
|
||||
{
|
||||
id: 'practiceSummaryReport',
|
||||
showInMenu: true,
|
||||
title: 'Practice Summary Report',
|
||||
url: '/practice-summary-report',
|
||||
component: PracticeSummaryReport,
|
||||
},
|
||||
{
|
||||
id: 'practiceSummaryReportWithMemberId',
|
||||
showInMenu: false,
|
||||
url: '/practice-summary-report/:memberId',
|
||||
component: PracticeSummaryReport,
|
||||
},
|
||||
{
|
||||
id: 'report',
|
||||
showInMenu: true,
|
||||
title: 'Incidents Report',
|
||||
url: '/incidents-report',
|
||||
component: IncidentsReport,
|
||||
},
|
||||
{
|
||||
id: 'uploadDLockData',
|
||||
showInMenu: true,
|
||||
title: 'DLock',
|
||||
url: '/dlock',
|
||||
component: UploadDLockData,
|
||||
|
||||
Reference in New Issue
Block a user