style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-04-24 19:40:15 +00:00
parent 9393898e06
commit 455ad82ce7
4 changed files with 12 additions and 13 deletions

View file

@ -176,7 +176,7 @@
author: authService.authState.user?.profile.preferred_username,
content: questionInput.value,
inGroup: group, //TODO: POST response zegt dat dit null is???
}
};
if (questionInput.value !== "") {
createQuestionMutation.mutate(questionData, {
onSuccess: async () => {