- updated websocket context and add heatmap support; refactor CameraSettingFields and SightingWidget components

This commit is contained in:
2025-12-16 12:17:31 +00:00
parent 555330991d
commit 29e9086d5a
6 changed files with 12 additions and 6 deletions

View File

@@ -186,7 +186,6 @@ export default function SightingHistoryWidget({ className, title }: SightingHist
const isNPEDHitC = cat === "C";
const isNPEDHitD = cat === "D";
if (isNPEDHitA || isNPEDHitB || isNPEDHitC || isNPEDHitD) {
console.log("first");
dispatch({
type: "ADD",
payload: obj,