mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
Show UPRN on selected address in remote assessment
Display the UPRN beneath the selected address on the remote assessment page so it's available for quicker debugging. The value is already on the selected address object from the postcode lookup; it just wasn't rendered. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
165858b387
commit
163412506c
1 changed files with 3 additions and 0 deletions
|
|
@ -172,6 +172,9 @@ export default function AddressSearch({
|
|||
<p className="text-gray-700 text-sm break-words">
|
||||
{selectedAddress.address}
|
||||
</p>
|
||||
<p className="text-gray-400 text-xs mt-1 font-mono break-words">
|
||||
UPRN: {selectedAddress.uprn}
|
||||
</p>
|
||||
</div>
|
||||
<div className="flex justify-end mt-4">
|
||||
<Button
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue