mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 01:05:20 +03:00
removed commented code
This commit is contained in:
parent
8925059944
commit
0d490e6727
@ -88,12 +88,6 @@ export default function Events({ path: pathname, limit = API_LIMIT } = {}) {
|
|||||||
}
|
}
|
||||||
}, [data, limit, searchString, searchStrings, deleted, deletedId]);
|
}, [data, limit, searchString, searchStrings, deleted, deletedId]);
|
||||||
|
|
||||||
// useEffect(() => {
|
|
||||||
// if (deletedId) {
|
|
||||||
// dispatch({ type: 'DELETE_EVENT', deletedId });
|
|
||||||
// }
|
|
||||||
// }, [deletedId]);
|
|
||||||
|
|
||||||
const [entry, setIntersectNode] = useIntersectionObserver();
|
const [entry, setIntersectNode] = useIntersectionObserver();
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user