diff --git a/ui/src/components/DetectionsTable.tsx b/ui/src/components/DetectionsTable.tsx index 1637497a..8ba673ed 100644 --- a/ui/src/components/DetectionsTable.tsx +++ b/ui/src/components/DetectionsTable.tsx @@ -42,7 +42,7 @@ export default function DetectionsTable({ onDetectionUpdate, }: { detections: Detection[]; - feed: Pick; + feed: Pick; candidate: Pick; onDetectionUpdate: () => void; }) {