diff --git a/web/src/views/events/EventView.tsx b/web/src/views/events/EventView.tsx index 570bd8bca..c3abcb2a9 100644 --- a/web/src/views/events/EventView.tsx +++ b/web/src/views/events/EventView.tsx @@ -38,7 +38,6 @@ import PreviewPlayer, { } from "@/components/player/PreviewPlayer"; import SummaryTimeline from "@/components/timeline/SummaryTimeline"; import { RecordingStartingPoint } from "@/types/record"; -import SummaryTimeline from "@/components/timeline/SummaryTimeline"; type EventViewProps = { reviews?: ReviewSegment[]; @@ -333,8 +332,6 @@ function DetectionReview({ }: DetectionReviewProps) { const reviewTimelineRef = useRef(null); - const reviewTimelineRef = useRef(null); - const segmentDuration = 60; // review data @@ -464,7 +461,6 @@ function DetectionReview({ > {filter?.before == undefined && (