- will pick up later
This commit is contained in:
@@ -111,7 +111,7 @@ export default function SightingHistoryWidget({ className, title }: SightingHist
|
|||||||
for (const sighting of rows) {
|
for (const sighting of rows) {
|
||||||
const id = sighting.vrm;
|
const id = sighting.vrm;
|
||||||
|
|
||||||
if (processedRefs.current.has(id)) continue;
|
// if (processedRefs.current.has(id)) continue;
|
||||||
const isHot = checkIsHotListHit(sighting);
|
const isHot = checkIsHotListHit(sighting);
|
||||||
const cat = sighting?.metadata?.npedJSON?.["NPED CATEGORY"];
|
const cat = sighting?.metadata?.npedJSON?.["NPED CATEGORY"];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user