Arreglar error que impidia resaltar todos los laboratorios de un curso
This commit is contained in:
parent
f9fe298807
commit
c9de86d82c
@ -188,10 +188,16 @@ export class TablaObserver {
|
||||
return
|
||||
}
|
||||
|
||||
let esLab: boolean | undefined
|
||||
if (lab === undefined) {
|
||||
esLab = undefined
|
||||
} else {
|
||||
esLab = lab === "L"
|
||||
}
|
||||
this.setResaltado({
|
||||
anio,
|
||||
curso,
|
||||
esLab: lab === "L",
|
||||
esLab,
|
||||
grupo,
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user