removed nped cat d tag

This commit is contained in:
2025-10-09 14:14:33 +01:00
parent 063815cac0
commit 0a74ebfbfe
2 changed files with 3 additions and 5 deletions

View File

@@ -5,7 +5,6 @@ type InfoBarprops = {
obj: SightingType;
};
const InfoBar = ({ obj }: InfoBarprops) => {
// const isNPEDHit = obj?.metadata?.npedJSON?.status_code === 404;
const isNPEDHitD = obj?.metadata?.npedJSON?.["NPED CATEGORY"] === "D";
return (