From 6a520ef6b1aa431e74ddce8e2023a3851b6e744c Mon Sep 17 00:00:00 2001 From: Guillermo Arrieta Medina Date: Tue, 17 Mar 2026 15:45:36 -0600 Subject: [PATCH] =?UTF-8?q?close=20#186:=20se=20agreg=C3=B3=20bot=C3=B3n?= =?UTF-8?q?=20de=20Nueva=20Unidad=20al=20inicio=20del=20contenido=20tem?= =?UTF-8?q?=C3=A1tico?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/asignaturas/detalle/ContenidoTematico.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/asignaturas/detalle/ContenidoTematico.tsx b/src/components/asignaturas/detalle/ContenidoTematico.tsx index 30862b9..70a5165 100644 --- a/src/components/asignaturas/detalle/ContenidoTematico.tsx +++ b/src/components/asignaturas/detalle/ContenidoTematico.tsx @@ -688,6 +688,12 @@ export function ContenidoTematico() { > {({ handleRef }) => ( <> + {index === 0 && ( + insertUnidadAt(index)} + /> + )} insertUnidadAt(index + 1)} -- 2.49.1