merge dev

This commit is contained in:
Josh Hawkins 2024-03-20 20:28:25 -05:00
parent d5db4a7e4a
commit 2b1c7f6b0a

View File

@ -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<HTMLDivElement>(null);
const reviewTimelineRef = useRef<HTMLDivElement>(null);
const segmentDuration = 60;
// review data
@ -464,7 +461,6 @@ function DetectionReview({
>
{filter?.before == undefined && (
<NewReviewData
className="absolute w-full z-30 pointer-events-none"
className="absolute w-full z-30 pointer-events-none"
contentRef={contentRef}
severity={severity}