From 5e1ef04923a103dccbb48be34bf99dfb625b2d87 Mon Sep 17 00:00:00 2001 From: brian-tagg <83606050+brian-tagg@users.noreply.github.com> Date: Wed, 14 Jul 2021 11:21:49 -0400 Subject: Update src/components/comments/ZoomInCropper.tsx Co-authored-by: Ivan Chen --- src/components/comments/ZoomInCropper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/components/comments/ZoomInCropper.tsx b/src/components/comments/ZoomInCropper.tsx index 5f14522e..43c4c6ff 100644 --- a/src/components/comments/ZoomInCropper.tsx +++ b/src/components/comments/ZoomInCropper.tsx @@ -35,7 +35,7 @@ export const ZoomInCropper: React.FC = ({ const [aspectRatio, setAspectRatio] = useState(1); // width and height of video, if video const [origDimensions, setOrigDimensions] = useState([0, 0]); - const vidRef = useRef(null); + const vidRef = useRef