mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 05:35: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";
|
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 (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user