Skip to content

Commit

Permalink
Update PIP link for condos
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerMatteo authored Jan 24, 2024
1 parent 1c7699c commit aec2d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/layer-record-views/tax-lot.js
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ export default class TaxLotRecordComponent extends LayerRecordComponent {
}

get digitalTaxMapLink() {
return `https://propertyinformationportal.nyc.gov/parcels/parcel/${this.model.bbl}`;
return `https://propertyinformationportal.nyc.gov/parcels/${this.model.condono ? 'condo' : 'parcel'}/${this.model.bbl}`;
}

get zoningMapLink() {
Expand Down

0 comments on commit aec2d72

Please sign in to comment.