+ {mostRecent && (
+
+
+
+ )}
![]()
{
diff --git a/src/components/SightingsWidget/SightingWidget.tsx b/src/components/SightingsWidget/SightingWidget.tsx
index d1e1670..0fd8c81 100644
--- a/src/components/SightingsWidget/SightingWidget.tsx
+++ b/src/components/SightingsWidget/SightingWidget.tsx
@@ -132,8 +132,6 @@ export default function SightingHistoryWidget({
const isNPEDHitD =
obj?.metadata?.npedJSON?.["NPED CATEGORY"] === "D";
const motionAway = (obj?.motion ?? "").toUpperCase() === "AWAY";
- const primaryIsColour = obj?.srcCam === 1;
- const secondaryMissing = (obj?.vrmSecondary ?? "") === "";
const isHotListHit =
obj?.metadata?.hotlistMatches?.Hotlist0 === true;
return (
@@ -147,17 +145,12 @@ export default function SightingHistoryWidget({
isNPEDHitD ? " border-amber-600" : ""
}`}
>
-