Skip to content

Commit 0838a1f

Browse files
committed
remove another unneeded var
1 parent b4d35fd commit 0838a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/timeline/MotionSegment.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export function MotionSegment({
3939
shouldShowRoundedCorners,
4040
} = useEventSegmentUtils(segmentDuration, events, severityType);
4141

42-
const { getMotionSegmentValue, interpolateMotionAudioData, getMotionStart } =
42+
const { getMotionSegmentValue, interpolateMotionAudioData } =
4343
useMotionSegmentUtils(segmentDuration, motion_events);
4444

4545
const { alignStartDateToTimeline, alignEndDateToTimeline } = useEventUtils(

0 commit comments

Comments
 (0)