Skip to content

Commit

Permalink
remove @todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Oct 19, 2023
1 parent c6e800b commit d84fca2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/export/digitalPlanning/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ export class DigitalPlanning {
},
};

// @todo check if applies to Prior Approvals, if so add condition `&& !this.passport.data?.["application.type"][0].startsWith("pa")`
if (this.passport.data?._address?.["property.region"]?.[0] === "London") {
return {
...baseProperty,
Expand Down

0 comments on commit d84fca2

Please sign in to comment.