import type { SightingType } from "../../types/types"; import { capitalize, formatAge } from "../../utils/utils"; type InfoBarprops = { obj: SightingType; }; const InfoBar = ({ obj }: InfoBarprops) => { const isNPEDHitD = obj?.metadata?.npedJSON?.["NPED CATEGORY"] === "D"; return (