Skip to content

Commit

Permalink
Migrated test from jest to Vitest for all components of OrganizationD…
Browse files Browse the repository at this point in the history
…ashCards component and also merged css files into global css file
  • Loading branch information
amaan-aly246 committed Dec 26, 2024
1 parent 91b6665 commit 14c4c5a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/components/OrganizationDashCards/CardItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,7 @@ export interface InterfaceCardItem {
time?: string;
startdate?: string;
enddate?: string;
creator?: {
email: string;
firstName: string;
lastName: string;
__typename: string;
_id: string;
};
creator?: any;
location?: string;
}

Expand Down

0 comments on commit 14c4c5a

Please sign in to comment.