fix: remove extra semi colon

This commit is contained in:
Idris Gadi
2026-01-27 11:46:46 +05:30
parent f2c6d8ff0f
commit f30e2d654e
+1 -1
View File
@@ -320,7 +320,7 @@ export default function VideoEditor() {
});
return updated;
});
}, []);;
}, []);
const handleAnnotationTypeChange = useCallback((id: string, type: AnnotationRegion['type']) => {
setAnnotationRegions((prev) => {