mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2026-01-20 05:22:27 +01:00
fix:#53 linted formatted frontend files
This commit is contained in:
@@ -42,7 +42,6 @@ if (store.isEmpty()) {
|
||||
|
||||
const eventTypes: Ref<string[]> = ref([]);
|
||||
|
||||
|
||||
const mobilePage = inject("mobilePage") as Ref<boolean>;
|
||||
const filters = ref({
|
||||
course: {
|
||||
@@ -67,7 +66,7 @@ const loadedModules: Ref<Module[]> = ref(new Array(10));
|
||||
|
||||
const loadingData = ref(true);
|
||||
|
||||
onMounted( () => {
|
||||
onMounted(() => {
|
||||
fetchAllModules()
|
||||
.then(
|
||||
(data) =>
|
||||
|
||||
Reference in New Issue
Block a user