Merge pull request 'Bug de que no encuentra algunas asignaturas' (#231) from issue/209-bug-de-que-no-encuentra-algunas-asignaturas into main
Deploy to Azure Static Web Apps / build-and-deploy (push) Successful in 3m4s

Reviewed-on: #231
This commit was merged in pull request #231.
This commit is contained in:
2026-04-13 20:46:41 +00:00
@@ -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>