mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
Merge pull request #329 from Hestia-Homes/feature/show-uprn-remote-assessment
Show UPRN on selected address in remote assessment
This commit is contained in:
commit
e96c5ced16
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