@@ -1384,6 +1384,9 @@ export default {
}
+ if (this.CourseType[0] && this.CourseType[0].length && this.lang.lang == 'com') {
+ this.CourseType[0] = this.CourseType[0].filter(item => item.id != '34629bcc-d02f-11ec-8c78-005056b86db5');
+ }
})
.catch((err) => {
console.error(err);