[+] Sort courses by name
This commit is contained in:
@@ -102,6 +102,8 @@
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
this.courseInfo.sort((one, two) => one.name.localeCompare(two.name))
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user