Skip to content

Commit

Permalink
correct lease land legal description.
Browse files Browse the repository at this point in the history
  • Loading branch information
devinleighsmith committed Dec 11, 2023
1 parent 3207649 commit 996440f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const PropertyInformation: React.FunctionComponent<
const areaUnitType = getIn(formikProps.values, withNameSpace(nameSpace, 'areaUnitType'));
const legalDescription = getIn(
formikProps.values,
withNameSpace(nameSpace, 'property.legalDescription'),
withNameSpace(nameSpace, 'property.landLegalDescription'),
);
const pid = getIn(formikProps.values, withNameSpace(nameSpace, 'property.pid'));
const pidText = pid ? `PID: ${pidFormatter(pid)}` : '';
Expand Down

0 comments on commit 996440f

Please sign in to comment.