style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-05-20 10:07:24 +00:00
parent d4dc519a59
commit 62ba67b5b6
3 changed files with 11 additions and 13 deletions

View file

@ -1,9 +1,9 @@
<script setup lang="ts">
import type { LearningObject } from '@/data-objects/learning-objects/learning-object';
import type { LearningPath } from '@/data-objects/learning-paths/learning-path';
import { useLearningObjectListForPathQuery } from '@/queries/learning-objects';
import { useRoute } from 'vue-router';
import UsingQueryResult from '@/components/UsingQueryResult.vue';
import type { LearningObject } from "@/data-objects/learning-objects/learning-object";
import type { LearningPath } from "@/data-objects/learning-paths/learning-path";
import { useLearningObjectListForPathQuery } from "@/queries/learning-objects";
import { useRoute } from "vue-router";
import UsingQueryResult from "@/components/UsingQueryResult.vue";
import QuestionNotification from "@/components/QuestionNotification.vue";
const route = useRoute();

View file

@ -75,9 +75,7 @@
</script>
<template>
<DiscussionsSideBar
:learningObjectHruid="props.learningObjectHruid">
</DiscussionsSideBar>
<DiscussionsSideBar :learningObjectHruid="props.learningObjectHruid"> </DiscussionsSideBar>
<div class="discussions-container">
<QuestionBox
:hruid="props.hruid"