style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-05-20 09:23:57 +00:00
parent 3867151a05
commit 4604a8200d
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@
}
});
const lastSubmission = computed<SubmissionData|undefined>(() => {
const lastSubmission = computed<SubmissionData | undefined>(() => {
const submissions = submissionQuery.data.value;
if (!submissions || submissions.length === 0) {
return undefined;