style: fix linting issues met Prettier
This commit is contained in:
parent
59ed7ab3b5
commit
893e632009
1 changed files with 0 additions and 1 deletions
|
@ -323,7 +323,6 @@
|
||||||
emit("close");
|
emit("close");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
const showGroupsPreview = computed(() => currentGroups.value.length > 0 || unassignedStudents.value.length > 0);
|
const showGroupsPreview = computed(() => currentGroups.value.length > 0 || unassignedStudents.value.length > 0);
|
||||||
|
|
||||||
function removeStudent(groupIndex: number, student: StudentItem): void {
|
function removeStudent(groupIndex: number, student: StudentItem): void {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue