this.event

This commit is contained in:
Bandie 2020-05-22 03:53:16 +02:00
parent b088c16e2d
commit 103559feab
Signed by: Bandie
GPG Key ID: 843D7FA93BA46312
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ Event.prototype.toHTML = function () {
})
}
if (this.component.getFirstPropertyValue("status") == "CANCELLED") {
if (this.event.component.getFirstPropertyValue("status") == "CANCELLED") {
div_cal.style.textDecoration = 'line-through'
}