web/src/Lab/components/OPALExperiment.tsx
Function OPALExperiment
has 38 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function OPALExperiment() {
const [readDogData, setReadDogData] = React.useState<any>(undefined);
const [adoptDogData, setAdoptDogData] = React.useState<any>(undefined);
const onReadDog = async () => {