Skip to content

Commit

Permalink
PI-2432: Remove duplicate county
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcphee77 committed Aug 15, 2024
1 parent 7da754d commit 59bc4a2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,6 @@ export const addressToList = (address: Address): string[] => {
if (address?.town) {
addressArray.push(address?.town)
}
if (address?.county) {
addressArray.push(address?.county)
}
if (address?.district) {
addressArray.push(address?.district)
}
Expand Down

0 comments on commit 59bc4a2

Please sign in to comment.