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