diff --git a/cannaiq/src/pages/WorkersDashboard.tsx b/cannaiq/src/pages/WorkersDashboard.tsx index 6ef1842e..513ac366 100644 --- a/cannaiq/src/pages/WorkersDashboard.tsx +++ b/cannaiq/src/pages/WorkersDashboard.tsx @@ -346,8 +346,8 @@ function PreflightSummary({ worker }: { worker: Worker }) { const fingerprint = worker.fingerprint_data; const httpError = worker.preflight_http_error; const httpMs = worker.preflight_http_ms; - const geoState = worker.current_state; - // City from current_city column, or fallback to fingerprint detected location + // Geo from current_city/state columns, or fallback to fingerprint detected location + const geoState = worker.current_state || fingerprint?.detectedLocation?.region; const geoCity = worker.current_city || fingerprint?.detectedLocation?.city; // Build detailed tooltip