From ddeb16463d4329ce78af0506fb729ce35ed83230 Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Wed, 1 Apr 2020 04:07:15 -0500 Subject: [PATCH] allow a notification to have no title (#5392) --- src/dialogs/notifications/persistent-notification-item.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialogs/notifications/persistent-notification-item.ts b/src/dialogs/notifications/persistent-notification-item.ts index 3ef90bba41..6689db8283 100644 --- a/src/dialogs/notifications/persistent-notification-item.ts +++ b/src/dialogs/notifications/persistent-notification-item.ts @@ -31,7 +31,7 @@ export class HuiPersistentNotificationItem extends LitElement { return html` - ${this.notification.title || this.notification.notification_id} + ${this.notification.title}