+ + + + + + {asignatura.nombre} + + {asignatura.semestre != null && ( + + S{asignatura.semestre} + + )} + {asignatura.creditos != null && ( + + {asignatura.creditos} cr + + )} + {extra?.tipo && ( + + {extra.tipo} + + )} + + + + + + + + + + + + + {horasT != null || horasP != null ? ( + <>H T/P: {horasT ?? "—"}/{horasP ?? "—"}> + ) : ( + Resumen listo + )} + + + Ver detalle + + + + +