src/components/index/SupplyStats.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function SupplyStats has 117 lines of code (exceeds 100 allowed). Consider refactoring.
Open

export function SupplyStats(props: SupplyStatsProps): JSX.Element {
  const statsState = useSelector((state: RootState) => state.stats);
  const supplyState = useSelector((state: RootState) => state.supply);

  const [data, setData] = useState<SupplyStatsStateI>({
Severity: Major
Found in src/components/index/SupplyStats.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status