diff --git a/src/store.js b/src/store.js index e8d2540..1f88fdb 100644 --- a/src/store.js +++ b/src/store.js @@ -71,7 +71,7 @@ export const parsedTimetable = computed(() => { ); if (!matchingLesson) { matchingLesson = { - subject: "???", + subject: lesson.map((e) => e.subject).join(" / "), teacher: "Please configure a timetable group in the settings", length: lesson[0].length || 1, };