We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4d35fd commit 0838a1fCopy full SHA for 0838a1f
web/src/components/timeline/MotionSegment.tsx
@@ -39,7 +39,7 @@ export function MotionSegment({
39
shouldShowRoundedCorners,
40
} = useEventSegmentUtils(segmentDuration, events, severityType);
41
42
- const { getMotionSegmentValue, interpolateMotionAudioData, getMotionStart } =
+ const { getMotionSegmentValue, interpolateMotionAudioData } =
43
useMotionSegmentUtils(segmentDuration, motion_events);
44
45
const { alignStartDateToTimeline, alignEndDateToTimeline } = useEventUtils(
0 commit comments