- will pick up later

This commit is contained in:
2025-10-22 12:20:15 +01:00
parent df6bf75184
commit a958901bed

View File

@@ -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"];