diff --git a/web/src/components/timeline/MotionSegment.tsx b/web/src/components/timeline/MotionSegment.tsx index d8aac7654..b06d655fb 100644 --- a/web/src/components/timeline/MotionSegment.tsx +++ b/web/src/components/timeline/MotionSegment.tsx @@ -39,7 +39,7 @@ export function MotionSegment({ shouldShowRoundedCorners, } = useEventSegmentUtils(segmentDuration, events, severityType); - const { getMotionSegmentValue, interpolateMotionAudioData, getMotionStart } = + const { getMotionSegmentValue, interpolateMotionAudioData } = useMotionSegmentUtils(segmentDuration, motion_events); const { alignStartDateToTimeline, alignEndDateToTimeline } = useEventUtils(