pankod/refine

View on GitHub
packages/devtools-ui/src/components/raffle-handler.tsx

Summary

Maintainability
A
3 hrs
Test Coverage

Function RaffleHandler has 93 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const RaffleHandler = () => {
  const [ran, setRan] = React.useState(false);
  const [calendlyURL, setCalendlyURL] = React.useState("");
  const [raffleModal, setRaffleModal] = React.useState(false);

Severity: Major
Found in packages/devtools-ui/src/components/raffle-handler.tsx - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status