mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 03:35:26 +03:00
Fix
This commit is contained in:
parent
be1677afd8
commit
3fec62ba0d
@ -94,7 +94,7 @@ export default function Events({ path, ...props }) {
|
|||||||
showDeleteFavorite: false,
|
showDeleteFavorite: false,
|
||||||
});
|
});
|
||||||
|
|
||||||
const [showInProgress, setShowInProgress] = useState((props.event || props.camera || props.label) == null);
|
const [showInProgress, setShowInProgress] = useState((props.event || props.cameras || props.labels) == null);
|
||||||
|
|
||||||
const eventsFetcher = useCallback(
|
const eventsFetcher = useCallback(
|
||||||
(path, params) => {
|
(path, params) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user