diff --git a/src/test/data/Calendars.ts b/src/test/data/Calendars.ts index aeca9e5..752c903 100644 --- a/src/test/data/Calendars.ts +++ b/src/test/data/Calendars.ts @@ -229,11 +229,11 @@ export const SUMMER_SP_4_245: CalendarDTO = { }; export const DCB: CalendarDTO = { - id: "f3fde29e-59f7-47a6-8109-af6cb92acde5", - name: "DCB Calendar", - assignments: ["9d1b77e8-f02e-4b7f-b296-3f2042ddac54"], + id: 'f3fde29e-59f7-47a6-8109-af6cb92acde5', + name: 'DCB Calendar', + assignments: ['9d1b77e8-f02e-4b7f-b296-3f2042ddac54'], startDate: '2000-01-01', endDate: '2000-04-30', normalHours: [], exceptions: [] -} \ No newline at end of file +}; diff --git a/src/views/panes/InfoPane.tsx b/src/views/panes/InfoPane.tsx index cc34ff4..7b34e6c 100644 --- a/src/views/panes/InfoPane.tsx +++ b/src/views/panes/InfoPane.tsx @@ -33,6 +33,7 @@ import ifPermissionOr from '../../utils/ifPermissionOr'; import css from './InfoPane.css'; const DCB_CALENDAR = 'DCB Calendar'; + export interface InfoPaneProps { creationBasePath: string; editBasePath: string;