fix: aggiunta un'altra patch per i nomi dei delle aule

main
Antonio De Lucreziis 2 years ago
parent b6eb7a5ec1
commit e7b145a02f

@ -48,7 +48,10 @@ export function prettyCourseName(name) {
} }
export function prettyAulaName(name) { export function prettyAulaName(name) {
return name.replace('FIB', 'Fib').replace(/([A-Z0-9])\-LAB/, 'Lab $1') return name
.replace('FIB', 'Fib')
.replace('RIUNIONI', 'Riunioni')
.replace(/([A-Z0-9])\-LAB/, 'Lab $1')
} }
export function prettyProfName(nome, cognome) { export function prettyProfName(nome, cognome) {

Loading…
Cancel
Save