From 43d69a5683579cb9e098d78e07d95ee0cad19daa Mon Sep 17 00:00:00 2001 From: chfhtw Date: Fri, 17 Jul 2026 12:01:08 +0200 Subject: [PATCH] Add comma for better merging --- public/js/components/LVVerwaltung/LVVerwaltung.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/components/LVVerwaltung/LVVerwaltung.js b/public/js/components/LVVerwaltung/LVVerwaltung.js index e7d60fbe7..b2dbf027a 100644 --- a/public/js/components/LVVerwaltung/LVVerwaltung.js +++ b/public/js/components/LVVerwaltung/LVVerwaltung.js @@ -106,7 +106,7 @@ export default { }, semester() { return this.filter.semester; - } + }, }, methods: { updateFilter()