Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanlesich committed Aug 30, 2024
1 parent 94dbe06 commit a29c560
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/grant/GrantCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ const GrantStatusIndicator = ({
status,
hasPending,
hasRejected,
allCompleted,
requestingEarlyReview,
}: {
status: GrantStatus;
Expand All @@ -117,8 +116,6 @@ const GrantStatusIndicator = ({
allCompleted: boolean;
requestingEarlyReview?: boolean;
}) => {
const theme = useMantineTheme();

if (status === GrantStatus.ProjectInitiated)
return (
<StatusIndicator text="Grant Started" icon={<IconFilePlus size={16} />} />
Expand Down

0 comments on commit a29c560

Please sign in to comment.