mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-24 23:05:49 +00:00
fix: remove extra semi colon
This commit is contained in:
@@ -320,7 +320,7 @@ export default function VideoEditor() {
|
||||
});
|
||||
return updated;
|
||||
});
|
||||
}, []);;
|
||||
}, []);
|
||||
|
||||
const handleAnnotationTypeChange = useCallback((id: string, type: AnnotationRegion['type']) => {
|
||||
setAnnotationRegions((prev) => {
|
||||
|
||||
Reference in New Issue
Block a user