forked from Github/frigate
fix missing collapsed prop after refactor (#10751)
This commit is contained in:
@@ -82,7 +82,7 @@ export function useCameraMotionNextTimestamp(
|
||||
});
|
||||
|
||||
const noMotionRanges = useMemo(() => {
|
||||
if (!motionData || !reviewItems || !motionData) {
|
||||
if (!motionData?.length || !reviewItems) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user