Skip to content

Commit

Permalink
fix: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
wxy1203 committed Oct 23, 2024
1 parent 0a423e1 commit a87929c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion multi-git-dashboard/src/components/cards/OverviewCard.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { DateUtils } from '@/lib/utils';
import { RangeSlider, Stack } from '@mantine/core';
import { TeamData } from '@shared/types/TeamData';
import { User } from '@shared/types/User';
// import { User } from '@shared/types/User';
import { useState } from 'react';
import Analytics from '../overview/analytics/Analytics';
import PR from '../overview/pr/PR';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { DateUtils, getTutorialHighlightColor } from '@/lib/utils';
import { Carousel, Embla } from '@mantine/carousel';
import { Card, Center, Stack, Title } from '@mantine/core';
import { TeamData } from '@shared/types/TeamData';
import { User } from '@shared/types/User';
// import { User } from '@shared/types/User';
import { forwardRef, useState } from 'react';
import IndividualAnalytics from './individual/IndividualAnalytics';
import OverallActivity from './team/OverallActivity';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useEffect } from 'react';
import { AnalyticsProps } from '../Analytics';
// import { Tooltip } from 'recharts';

interface TeamIssuesTrackerProps extends AnalyticsProps {}
interface TeamIssuesTrackerProps extends AnalyticsProps { }

interface TeamIssuesTrackersData {
milestoneTitle: string;
Expand Down

0 comments on commit a87929c

Please sign in to comment.