[O] Trim course names
This commit is contained in:
@@ -19,7 +19,7 @@ export default class CourseInfo
|
|||||||
{
|
{
|
||||||
this.id_ci = json.id_ci
|
this.id_ci = json.id_ci
|
||||||
this.year = json.year
|
this.year = json.year
|
||||||
this.name = json.name
|
this.name = json.name.trim()
|
||||||
this.teacher = json.teacher
|
this.teacher = json.teacher
|
||||||
this.level = json.level
|
this.level = json.level
|
||||||
this.courseIds = json.courseIds
|
this.courseIds = json.courseIds
|
||||||
|
|||||||
Reference in New Issue
Block a user