avoid undefined classnames

This commit is contained in:
Josh Hawkins 2024-04-01 09:09:52 -05:00
parent d96ee6dbf1
commit da6d8d19ef

View File

@ -826,6 +826,7 @@ function MotionReview({
spans = "md:row-span-2"; spans = "md:row-span-2";
} else { } else {
grow = "aspect-video"; grow = "aspect-video";
spans = "";
} }
const detectionType = getDetectionType(camera.name); const detectionType = getDetectionType(camera.name);
return ( return (