From a958901bedea2241fb4d95c3d56257b0aac01e24 Mon Sep 17 00:00:00 2001 From: Toba Ojo Date: Wed, 22 Oct 2025 12:20:15 +0100 Subject: [PATCH] - will pick up later --- src/components/SightingsWidget/SightingWidget.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SightingsWidget/SightingWidget.tsx b/src/components/SightingsWidget/SightingWidget.tsx index 4cf0de7..4791c66 100644 --- a/src/components/SightingsWidget/SightingWidget.tsx +++ b/src/components/SightingsWidget/SightingWidget.tsx @@ -111,7 +111,7 @@ export default function SightingHistoryWidget({ className, title }: SightingHist for (const sighting of rows) { const id = sighting.vrm; - if (processedRefs.current.has(id)) continue; + // if (processedRefs.current.has(id)) continue; const isHot = checkIsHotListHit(sighting); const cat = sighting?.metadata?.npedJSON?.["NPED CATEGORY"];