diff --git a/src/components/SetupWizard.tsx b/src/components/SetupWizard.tsx index 625cd7c..d6423aa 100644 --- a/src/components/SetupWizard.tsx +++ b/src/components/SetupWizard.tsx @@ -277,7 +277,7 @@ interface RegionCalibratorProps { function RegionCalibrator({ regions, onComplete }: RegionCalibratorProps) { const [activeRegion, setActiveRegion] = useState(0) - const [_regions_, _setRegions] = useState>({}) + const [regions_, _setRegions] = useState>({}) const canvasRef = useRef(null) const captureScreen = async () => {