hide additional notes in organizer scheduled email if empty (#1870)
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
This commit is contained in:
parent
9814914b83
commit
717d9a512d
1 changed files with 1 additions and 0 deletions
|
@ -286,6 +286,7 @@ ${getRichDescription(this.calEvent)}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected getAdditionalNotes(): string {
|
protected getAdditionalNotes(): string {
|
||||||
|
if (!this.calEvent.description) return "";
|
||||||
return `
|
return `
|
||||||
<p style="height: 6px"></p>
|
<p style="height: 6px"></p>
|
||||||
<div style="line-height: 6px;">
|
<div style="line-height: 6px;">
|
||||||
|
|
Loading…
Reference in a new issue