- | {agrupacion.nombre} |
+ ({agrupacion.id}) {agrupacion.nombre} |
handleInputChange(agrupacion.id, 'nombreCorto', e.target.value)} /> |
handleInputChange(agrupacion.id, 'color', e.target.value)} /> |
diff --git a/Elecciones-Web/frontend-admin/src/components/BancasNacionalesManager.tsx b/Elecciones-Web/frontend-admin/src/components/BancasNacionalesManager.tsx
index d6c6b84..8c0865f 100644
--- a/Elecciones-Web/frontend-admin/src/components/BancasNacionalesManager.tsx
+++ b/Elecciones-Web/frontend-admin/src/components/BancasNacionalesManager.tsx
@@ -89,7 +89,7 @@ export const BancasNacionalesManager = () => {
onChange={(e) => handleAgrupacionChange(bancada.id, e.target.value || null)}
>
- {agrupaciones.map(a => )}
+ {agrupaciones.map(a => )}
|
{bancada.ocupante?.nombreOcupante || 'Sin asignar'} |
diff --git a/Elecciones-Web/frontend-admin/src/components/BancasPreviasManager.tsx b/Elecciones-Web/frontend-admin/src/components/BancasPreviasManager.tsx
index b8cb6c0..451db4a 100644
--- a/Elecciones-Web/frontend-admin/src/components/BancasPreviasManager.tsx
+++ b/Elecciones-Web/frontend-admin/src/components/BancasPreviasManager.tsx
@@ -95,7 +95,7 @@ export const BancasPreviasManager = () => {