hide additional notes in organizer scheduled email if empty (#1870)
Co-authored-by: Peer Richelsen <peeroke@gmail.com>pull/1873/head
parent
9814914b83
commit
717d9a512d
|
@ -286,6 +286,7 @@ ${getRichDescription(this.calEvent)}
|
|||
}
|
||||
|
||||
protected getAdditionalNotes(): string {
|
||||
if (!this.calEvent.description) return "";
|
||||
return `
|
||||
<p style="height: 6px"></p>
|
||||
<div style="line-height: 6px;">
|
||||
|
|
Loading…
Reference in New Issue