From 7f9c3162a055de11bd0e984a7bbd8fc2e3e524d6 Mon Sep 17 00:00:00 2001 From: "Roberto.silva" Date: Tue, 24 Mar 2026 14:57:49 -0600 Subject: [PATCH] Se corrige desbordamiento en historial y en bibliografia fix #219 --- src/components/asignaturas/detalle/BibliographyItem.tsx | 2 +- src/routes/planes/$planId/_detalle/historial.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/asignaturas/detalle/BibliographyItem.tsx b/src/components/asignaturas/detalle/BibliographyItem.tsx index 05578fc..c566c3a 100644 --- a/src/components/asignaturas/detalle/BibliographyItem.tsx +++ b/src/components/asignaturas/detalle/BibliographyItem.tsx @@ -126,7 +126,7 @@ export function BibliographyItem() { return (
-
+

Bibliografía diff --git a/src/routes/planes/$planId/_detalle/historial.tsx b/src/routes/planes/$planId/_detalle/historial.tsx index d48aa50..51c3b30 100644 --- a/src/routes/planes/$planId/_detalle/historial.tsx +++ b/src/routes/planes/$planId/_detalle/historial.tsx @@ -236,7 +236,7 @@ function RouteComponent() { )) )} {historyEvents.length > 0 && ( -
+

Mostrando {rawData.length} de {totalRecords} cambios

-- 2.52.0