Skip to content

Commit

Permalink
Merge pull request #1175 from NYCPlanning/develop
Browse files Browse the repository at this point in the history
Update PIP link for condos
  • Loading branch information
TylerMatteo authored Jan 24, 2024
2 parents a63ef60 + aec2d72 commit 4eb3760
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 4eb3760

Please sign in to comment.