mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-10 13:15:25 +03:00
avoid undefined classnames
This commit is contained in:
parent
d96ee6dbf1
commit
da6d8d19ef
@ -826,6 +826,7 @@ function MotionReview({
|
||||
spans = "md:row-span-2";
|
||||
} else {
|
||||
grow = "aspect-video";
|
||||
spans = "";
|
||||
}
|
||||
const detectionType = getDetectionType(camera.name);
|
||||
return (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user