Skip to content

Commit

Permalink
fix few lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Terala-Priyanka committed Sep 28, 2024
1 parent f6232dd commit 2da9924
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/test/data/Calendars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
}
};
1 change: 1 addition & 0 deletions src/views/panes/InfoPane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2da9924

Please sign in to comment.