[O] Trim course names

This commit is contained in:
Hykilpikonna
2020-04-12 15:04:10 -04:00
parent 87a3aed16d
commit 24c89ac381
+1 -1
View File
@@ -19,7 +19,7 @@ export default class CourseInfo
{
this.id_ci = json.id_ci
this.year = json.year
this.name = json.name
this.name = json.name.trim()
this.teacher = json.teacher
this.level = json.level
this.courseIds = json.courseIds