style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-05-19 12:58:58 +00:00
parent 59ed7ab3b5
commit 893e632009

View file

@ -323,7 +323,6 @@
emit("close");
}
const showGroupsPreview = computed(() => currentGroups.value.length > 0 || unassignedStudents.value.length > 0);
function removeStudent(groupIndex: number, student: StudentItem): void {