|
@@ -82,32 +82,6 @@ const Condicionantes = () => {
|
|
|
dataIndex: "titulo",
|
|
|
render: linkText,
|
|
|
},
|
|
|
- {
|
|
|
- title: "Descripción",
|
|
|
- key: "descripcion",
|
|
|
- dataIndex: "descripcion",
|
|
|
- render: (text) => (
|
|
|
- <div dangerouslySetInnerHTML={{ __html: text }} />
|
|
|
- ),
|
|
|
- },
|
|
|
- {
|
|
|
- title: "Activa",
|
|
|
- key: "activa",
|
|
|
- dataIndex: "activa",
|
|
|
- render: linkText,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "Editado por",
|
|
|
- key: "editadoPor",
|
|
|
- dataIndex: "editadoPor",
|
|
|
- render: linkText,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "Fecha de Edición",
|
|
|
- key: "fechaEdicion",
|
|
|
- dataIndex: "fechaEdicion",
|
|
|
- render: linkText,
|
|
|
- }
|
|
|
];
|
|
|
|
|
|
return (
|