From 86e43cecae505ae9a1fff6ff9e6bde3b32d1886e Mon Sep 17 00:00:00 2001 From: AI Assistant Date: Sun, 22 Mar 2026 23:03:05 +0200 Subject: [PATCH] fix(parcel-sync): show 'jud.' prefix before county name in UAT dropdown Co-Authored-By: Claude Opus 4.6 (1M context) --- src/modules/parcel-sync/components/parcel-sync-module.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/parcel-sync/components/parcel-sync-module.tsx b/src/modules/parcel-sync/components/parcel-sync-module.tsx index 850df9a..8101ef4 100644 --- a/src/modules/parcel-sync/components/parcel-sync-module.tsx +++ b/src/modules/parcel-sync/components/parcel-sync-module.tsx @@ -1753,7 +1753,7 @@ export function ParcelSyncModule() { onMouseDown={(e) => { e.preventDefault(); const label = item.county - ? `${item.name} (${item.siruta}), ${item.county}` + ? `${item.name} (${item.siruta}), jud. ${item.county}` : `${item.name} (${item.siruta})`; setUatQuery(label); setSiruta(item.siruta); @@ -1771,7 +1771,7 @@ export function ParcelSyncModule() { –{" "} - {item.county} + jud. {item.county} )}