style: fix linting issues met Prettier
This commit is contained in:
parent
9393898e06
commit
455ad82ce7
4 changed files with 12 additions and 13 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue