remove another unneeded var

This commit is contained in:
Josh Hawkins 2024-03-15 19:14:12 -05:00
parent b4d35fd67b
commit 0838a1fe68

View File

@ -39,7 +39,7 @@ export function MotionSegment({
shouldShowRoundedCorners, shouldShowRoundedCorners,
} = useEventSegmentUtils(segmentDuration, events, severityType); } = useEventSegmentUtils(segmentDuration, events, severityType);
const { getMotionSegmentValue, interpolateMotionAudioData, getMotionStart } = const { getMotionSegmentValue, interpolateMotionAudioData } =
useMotionSegmentUtils(segmentDuration, motion_events); useMotionSegmentUtils(segmentDuration, motion_events);
const { alignStartDateToTimeline, alignEndDateToTimeline } = useEventUtils( const { alignStartDateToTimeline, alignEndDateToTimeline } = useEventUtils(