style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-05-20 09:34:58 +00:00
parent 1d9141bab7
commit c04b13c555

View file

@ -29,9 +29,7 @@
}));
const createQuestionMutation = useCreateQuestionMutation(loID);
const showQuestionBox = computed(
() => authService.authState.activeRole === AccountType.Student && props.forGroup,
);
const showQuestionBox = computed(() => authService.authState.activeRole === AccountType.Student && props.forGroup);
function submitQuestion(): void {
if (props.forGroup && questionInput.value !== "") {