Fix 1 Test 1534

This commit is contained in:
2025-10-16 15:34:12 -03:00
parent 705a6f0f5e
commit 09c4d61b71
13 changed files with 52 additions and 10 deletions

View File

@@ -58,7 +58,7 @@ export const MapaProvincial = ({ eleccionId, categoriaId, distritoId, nombreProv
}, [nivel, nombreMunicipioSeleccionado, geoData, onCalculatedCenter]);
const resultadosPorNombre = new Map<string, ResultadoMapaDto>(mapaData.map(d => [normalizarTexto(d.ambitoNombre), d]));
const esCABA = normalizarTexto(nombreProvincia) === "CIUDAD AUTONOMA DE BUENOS AIRES";
const esCABA = normalizarTexto(nombreProvincia) === "CAPITAL FEDERAL";
return (
<Geographies geography={geoData}>