🚸 Show possible subjects instead of "???"

This commit is contained in:
2022-06-28 22:52:30 +02:00
parent 75923bc25a
commit 021a7ba009

View File

@ -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,
};