diff --git a/src/components/SightingOverview/SightingOverview.tsx b/src/components/SightingOverview/SightingOverview.tsx index 9b24a15..222ff11 100644 --- a/src/components/SightingOverview/SightingOverview.tsx +++ b/src/components/SightingOverview/SightingOverview.tsx @@ -28,14 +28,13 @@ const SightingOverview = () => { return (
- {mostRecent && ( -
- -
- )} -
+ {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" : "" }`} > -
+
colour patch
{isHotListHit && (