[U] Use CourseUtils.postProcess()
This commit is contained in:
@@ -148,7 +148,7 @@ export default class App extends Vue
|
|||||||
this.courses = response.data;
|
this.courses = response.data;
|
||||||
|
|
||||||
// Post processing
|
// Post processing
|
||||||
this.courses.forEach(course => course.name = FormatUtils.parseText(course.name));
|
CourseUtils.postProcess(this.courses);
|
||||||
|
|
||||||
// Load assignments
|
// Load assignments
|
||||||
this.loadAssignments();
|
this.loadAssignments();
|
||||||
|
|||||||
Reference in New Issue
Block a user