mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 20:25:26 +03:00
remove console
This commit is contained in:
parent
184cabcfcd
commit
5d26da8dd2
@ -91,8 +91,8 @@ export default function DesktopEventView({
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return contentRef.current.scrollHeight > contentRef.current.clientHeight
|
return contentRef.current.scrollHeight > contentRef.current.clientHeight;
|
||||||
}, [contentRef.current?.scrollHeight])
|
}, [contentRef.current?.scrollHeight]);
|
||||||
|
|
||||||
// review interaction
|
// review interaction
|
||||||
|
|
||||||
@ -200,8 +200,6 @@ export default function DesktopEventView({
|
|||||||
return <ActivityIndicator />;
|
return <ActivityIndicator />;
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log("the time range is " + JSON.stringify(timeRange))
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-col w-full h-full">
|
<div className="flex flex-col w-full h-full">
|
||||||
<div className="flex justify-between mb-2">
|
<div className="flex justify-between mb-2">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user