mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-14 11:02:08 +03:00
remove unused
This commit is contained in:
parent
2827561238
commit
63676135f6
@ -473,7 +473,6 @@ type LifecycleItemProps = {
|
|||||||
event: ObjectLifecycleSequence;
|
event: ObjectLifecycleSequence;
|
||||||
isActive?: boolean;
|
isActive?: boolean;
|
||||||
onSeek?: (timestamp: number, play?: boolean) => void;
|
onSeek?: (timestamp: number, play?: boolean) => void;
|
||||||
play?: boolean;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
function LifecycleItem({ event, isActive, onSeek }: LifecycleItemProps) {
|
function LifecycleItem({ event, isActive, onSeek }: LifecycleItemProps) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user