Fix 1 Test 1534
This commit is contained in:
		| @@ -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}> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user