diff --git a/src/components/FilterView.tsx b/src/components/FilterView.tsx index 2666f12c..f0745f8c 100644 --- a/src/components/FilterView.tsx +++ b/src/components/FilterView.tsx @@ -50,12 +50,6 @@ const filters = [ options: ['Land', 'Building'], type: 'buttonGroup', }, - { - property: 'owner_type', - display: 'Owner', - options: ['Public', 'Business (LLC)', 'Individual'], - type: 'buttonGroup', - }, ]; interface FilterViewProps { diff --git a/src/components/PropertyCard.tsx b/src/components/PropertyCard.tsx index 616cf075..e5f30f66 100644 --- a/src/components/PropertyCard.tsx +++ b/src/components/PropertyCard.tsx @@ -21,7 +21,7 @@ function getPriorityClass(priorityLevel: string) { } const PropertyCard = ({ feature, setSelectedProperty }: PropertyCardProps) => { - const { address, guncrime_density, priority_level, opa_id } = + const { address, gun_crimes_density_label, priority_level, opa_id } = feature.properties; const image = `https://storage.googleapis.com/cleanandgreenphl/${opa_id}.jpg`; @@ -62,7 +62,7 @@ const PropertyCard = ({ feature, setSelectedProperty }: PropertyCardProps) => { {formattedAddress}
- {guncrime_density} Gun Crime Rate + {gun_crimes_density_label} Gun Crime Rate