Skip to content

Commit

Permalink
add key
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye217 committed Apr 4, 2024
1 parent 115b63c commit 4da9f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/views/events/EventView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ function MotionReview({
}
const detectionType = getDetectionType(camera.name);
return (
<div className={`relative ${spans}`}>
<div key={camera.name} className={`relative ${spans}`}>
<PreviewPlayer
key={camera.name}
className={`rounded-2xl ${spans} ${grow}`}
Expand Down

0 comments on commit 4da9f2b

Please sign in to comment.