chore: fix formatting

This commit is contained in:
JohnMark Sill 2022-02-16 11:08:56 -06:00
parent b7f1b381a9
commit 40c463f033

View File

@ -22,7 +22,7 @@ export default function CameraMasks({ camera, url }) {
const {
width,
height
height,
} = cameraConfig.detect;
const [{ width: scaledWidth }] = useResizeObserver(imageRef);