hongbo-miao/hongbomiao.com

View on GitHub
web/src/Lab/components/OPALExperiment.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function OPALExperiment has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function OPALExperiment() {
  const [readDogData, setReadDogData] = React.useState<any>(undefined);
  const [adoptDogData, setAdoptDogData] = React.useState<any>(undefined);

  const onReadDog = async () => {
Severity: Minor
Found in web/src/Lab/components/OPALExperiment.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status