Feat Se añade Id de Agrupaciones en Componentes
This commit is contained in:
		| @@ -95,7 +95,7 @@ export const BancasPreviasManager = () => { | ||||
|                             <tbody> | ||||
|                                 {agrupaciones.map(agrupacion => ( | ||||
|                                     <tr key={agrupacion.id}> | ||||
|                                         <td>{agrupacion.nombre}</td> | ||||
|                                         <td>({agrupacion.id}) {agrupacion.nombre}</td> | ||||
|                                         <td> | ||||
|                                             <input | ||||
|                                                 type="number" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user