fix(parcel-sync): show 'jud.' prefix before county name in UAT dropdown
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1753,7 +1753,7 @@ export function ParcelSyncModule() {
|
|||||||
onMouseDown={(e) => {
|
onMouseDown={(e) => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
const label = item.county
|
const label = item.county
|
||||||
? `${item.name} (${item.siruta}), ${item.county}`
|
? `${item.name} (${item.siruta}), jud. ${item.county}`
|
||||||
: `${item.name} (${item.siruta})`;
|
: `${item.name} (${item.siruta})`;
|
||||||
setUatQuery(label);
|
setUatQuery(label);
|
||||||
setSiruta(item.siruta);
|
setSiruta(item.siruta);
|
||||||
@@ -1771,7 +1771,7 @@ export function ParcelSyncModule() {
|
|||||||
<span className="text-muted-foreground">
|
<span className="text-muted-foreground">
|
||||||
–{" "}
|
–{" "}
|
||||||
<span className="font-medium text-foreground/70">
|
<span className="font-medium text-foreground/70">
|
||||||
{item.county}
|
jud. {item.county}
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user