src/pages/oracles/_components/OracleGraph.tsx

Summary

Maintainability
B
5 hrs
Test Coverage

File OracleGraph.tsx has 357 lines of code (exceeds 250 allowed). Consider refactoring.
Open

import { JSX } from "@babel/types";
import { useWhaleApiClient } from "@contexts/WhaleContext";
import { WhaleApiClient } from "@defichain/whale-api-client";
import {
  PriceFeedInterval,
Severity: Minor
Found in src/pages/oracles/_components/OracleGraph.tsx - About 4 hrs to fix

    Function fetchTimeFramePriceFeedInterval has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

      api: WhaleApiClient,
      token: string,
      currency: string,
      timeRange: number,
      interval: number
    Severity: Minor
    Found in src/pages/oracles/_components/OracleGraph.tsx - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status