style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-05-16 10:53:19 +00:00
parent e0f6cc4150
commit 9d01621c86
3 changed files with 5 additions and 5 deletions

View file

@ -45,7 +45,7 @@
],
},
],
keywords: t("hintKeywordsSeparatedBySpaces")
keywords: t("hintKeywordsSeparatedBySpaces"),
};
const { isPending: isPostPending, error: postError, mutate: doPost } = usePostLearningPathMutation();