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