Bug de que no encuentra algunas asignaturas

fix #209
This commit is contained in:
2026-04-13 14:45:48 -06:00
parent 03cdd24c1d
commit 7b437c56e0
@@ -223,7 +223,8 @@ function AsignaturaLayout() {
<GraduationCap className="h-4 w-4 shrink-0" /> <GraduationCap className="h-4 w-4 shrink-0" />
Pertenece al plan:{' '} Pertenece al plan:{' '}
<span className="text-blue-100"> <span className="text-blue-100">
{(asignaturaApi.planes_estudio as DatosPlan).nombre || ''} {(asignaturaApi.planes_estudio as DatosPlan | undefined)
?.nombre ?? ''}
</span> </span>
</span> </span>
</div> </div>