diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b035df6..6eb13b80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Lot / DP Numbers display for NSW Point V3 form element + ## [9.1.0] - 2026-02-23 ### Added diff --git a/src/form-elements/FormElementPointAddressV3.tsx b/src/form-elements/FormElementPointAddressV3.tsx index e90372ae..3497aba1 100644 --- a/src/form-elements/FormElementPointAddressV3.tsx +++ b/src/form-elements/FormElementPointAddressV3.tsx @@ -189,11 +189,11 @@ function FormElementPointAddressV3({ value={value?.properties?.cadastralIdentifier} classNameSuffix="cadastral-identifier" /> - {value?.properties?.parcelBundle?.map((parcel, index) => ( + {value?.properties?.propertyBundle?.map((property) => ( ))}