🚸 Show possible subjects instead of "???"
This commit is contained in:
@ -71,7 +71,7 @@ export const parsedTimetable = computed(() => {
|
|||||||
);
|
);
|
||||||
if (!matchingLesson) {
|
if (!matchingLesson) {
|
||||||
matchingLesson = {
|
matchingLesson = {
|
||||||
subject: "???",
|
subject: lesson.map((e) => e.subject).join(" / "),
|
||||||
teacher: "Please configure a timetable group in the settings",
|
teacher: "Please configure a timetable group in the settings",
|
||||||
length: lesson[0].length || 1,
|
length: lesson[0].length || 1,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user