mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
correct bezeichnung interval.ende
This commit is contained in:
@@ -328,7 +328,7 @@ export default {
|
||||
const enrichedTags = {
|
||||
tags: tags,
|
||||
start: interval?.start || null,
|
||||
ende: interval?.end || null,
|
||||
ende: interval?.ende || null,
|
||||
};
|
||||
|
||||
return tagFormatter(
|
||||
|
||||
Reference in New Issue
Block a user