diff --git a/web/src/components/timeline/DetailStream.tsx b/web/src/components/timeline/DetailStream.tsx index 0632b10b9..66d47d822 100644 --- a/web/src/components/timeline/DetailStream.tsx +++ b/web/src/components/timeline/DetailStream.tsx @@ -473,7 +473,6 @@ type LifecycleItemProps = { event: ObjectLifecycleSequence; isActive?: boolean; onSeek?: (timestamp: number, play?: boolean) => void; - play?: boolean; }; function LifecycleItem({ event, isActive, onSeek }: LifecycleItemProps) {