Pre Nacionales

This commit is contained in:
2025-09-11 10:16:45 -03:00
parent 843c0f7258
commit 64dc7ef440
6 changed files with 6 additions and 6 deletions

View File

@@ -141,7 +141,7 @@ const MapaBsAs = ({ focoMunicipio, focoCategoria }: MapaBsAsProps) => {
}
}, [selectedAmbitoId, handleReset, resultadosPorDepartamento]);
// --- useEffect DE INICIALIZACIÓN (Ligeramente refinado) ---
// --- useEffect DE INICIALIZACIÓN ---
useEffect(() => {
if (isLoading || !focoMunicipio || selectedAmbitoId) {
return;