From 021a7ba00935d07e97d7ca39dac991152ef6fcd5 Mon Sep 17 00:00:00 2001 From: minie4 Date: Tue, 28 Jun 2022 22:52:30 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8=20Show=20possible=20subjects=20ins?= =?UTF-8?q?tead=20of=20"=3F=3F=3F"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, };