diff --git a/src/components/asignaturas/detalle/MateriaDetailPage.tsx b/src/components/asignaturas/detalle/MateriaDetailPage.tsx index 834dd59..cf9cc10 100644 --- a/src/components/asignaturas/detalle/MateriaDetailPage.tsx +++ b/src/components/asignaturas/detalle/MateriaDetailPage.tsx @@ -451,7 +451,7 @@ function DatosGenerales({ !valActual?.description || valActual.description === config.description - const currentContent = valActual.description ?? '' + const currentContent = valActual?.description ?? '' return ( {data}

) : ( -

- Sin información. Ejemplo: {placeholder} -

+

Sin información.

))} {type === 'requirements' && } {type === 'evaluation' && }