@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user