mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-09 04:35:25 +03:00
remove another unneeded var
This commit is contained in:
parent
b4d35fd67b
commit
0838a1fe68
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user