🐛 Fix notes not being displayed

This commit is contained in:
2022-05-04 14:34:27 +02:00
parent a04c7c627d
commit d9179cc611
2 changed files with 3 additions and 0 deletions

View File

@ -135,6 +135,7 @@ export class Parser {
type: change.type == "Entfall" ? "cancellation" : "change",
lesson: parseInt(change.lesson),
date: new Date(date),
notes: change.notes,
change: {
teacher: change.changedTeacher,
room: change.room || undefined,