diff --git a/src/components/grant/GrantCard.tsx b/src/components/grant/GrantCard.tsx index 1f16189..a1dd48f 100644 --- a/src/components/grant/GrantCard.tsx +++ b/src/components/grant/GrantCard.tsx @@ -108,7 +108,6 @@ const GrantStatusIndicator = ({ status, hasPending, hasRejected, - allCompleted, requestingEarlyReview, }: { status: GrantStatus; @@ -117,8 +116,6 @@ const GrantStatusIndicator = ({ allCompleted: boolean; requestingEarlyReview?: boolean; }) => { - const theme = useMantineTheme(); - if (status === GrantStatus.ProjectInitiated) return ( } />