import type { SightingType } from "../../types/types"; import { capitalize, formatAge } from "../../utils/utils"; type InfoBarprops = { obj: SightingType; }; const InfoBar = ({ obj }: InfoBarprops) => { // const isNPEDHit = obj?.metadata?.npedJSON?.status_code === 404; return (