Compare commits
2
Commits
03cdd24c1d
...
80cc0a9f2b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
80cc0a9f2b | ||
|
|
7b437c56e0 |
@@ -223,7 +223,8 @@ function AsignaturaLayout() {
|
||||
<GraduationCap className="h-4 w-4 shrink-0" />
|
||||
Pertenece al plan:{' '}
|
||||
<span className="text-blue-100">
|
||||
{(asignaturaApi.planes_estudio as DatosPlan).nombre || ''}
|
||||
{(asignaturaApi.planes_estudio as DatosPlan | undefined)
|
||||
?.nombre ?? ''}
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user