refactor: clean code

This commit is contained in:
2024-08-28 01:53:55 +03:00
parent c6059a7a60
commit 42e454c4d6
3 changed files with 8 additions and 4 deletions

View File

@ -73,6 +73,7 @@ export class GroupComponent implements IScheduleTab {
}))
.subscribe(data => {
this.faculties = data;
if (this.selected !== null && this.selected.length >= 1) {
let selectedFaculty = data.find(x => x.id === this.selected![0].index);