Skip to content

Commit

Permalink
run linter formater
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiscauwel committed May 18, 2024
1 parent f479b6d commit b499069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ defineProps<{
subjects: SubjectDetails[];
}>();
const emit = defineEmits<{
defineEmits<{
(e: "academic-year-changed", academicYear: number): void;
(e: "subjects-filter-changed", filter: SubjectFilter): void;
}>();
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/subject/SubjectView.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div v-if="isError" class="v-container">
<p>{{$t("default.something-went-wrong")}}</p>
<p>{{ $t("default.something-went-wrong") }}</p>
</div>

<v-skeleton-loader v-else type="card" :loading="isLoading">
Expand Down

0 comments on commit b499069

Please sign in to comment.