From 14c4c5aa004d2eb61c5f90c412670919c6a17a71 Mon Sep 17 00:00:00 2001 From: amaan Date: Thu, 26 Dec 2024 06:35:53 +0530 Subject: [PATCH] Migrated test from jest to Vitest for all components of OrganizationDashCards component and also merged css files into global css file --- src/components/OrganizationDashCards/CardItem.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/components/OrganizationDashCards/CardItem.tsx b/src/components/OrganizationDashCards/CardItem.tsx index 06cb482b63..12b6d17837 100644 --- a/src/components/OrganizationDashCards/CardItem.tsx +++ b/src/components/OrganizationDashCards/CardItem.tsx @@ -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; }