mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-10 21:25:24 +03:00
add key
This commit is contained in:
parent
115b63cecd
commit
4da9f2b4f1
@ -830,7 +830,7 @@ function MotionReview({
|
|||||||
}
|
}
|
||||||
const detectionType = getDetectionType(camera.name);
|
const detectionType = getDetectionType(camera.name);
|
||||||
return (
|
return (
|
||||||
<div className={`relative ${spans}`}>
|
<div key={camera.name} className={`relative ${spans}`}>
|
||||||
<PreviewPlayer
|
<PreviewPlayer
|
||||||
key={camera.name}
|
key={camera.name}
|
||||||
className={`rounded-2xl ${spans} ${grow}`}
|
className={`rounded-2xl ${spans} ${grow}`}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user