mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
address review comments
This commit is contained in:
parent
08222dfbec
commit
456880c7cf
@ -22,7 +22,7 @@ class HuiNotificationsButton extends LitElement {
|
||||
></paper-icon-button>
|
||||
${this.notifications
|
||||
? html`
|
||||
<paper-badge label="${this.notifications.length}"></paper-badge>
|
||||
<paper-badge .label="${this.notifications.length}"></paper-badge>
|
||||
`
|
||||
: ""}
|
||||
`;
|
||||
|
@ -60,7 +60,7 @@ let loadedUnusedEntities = false;
|
||||
declare global {
|
||||
// tslint:disable-next-line
|
||||
interface HASSDomEvents {
|
||||
opened: {};
|
||||
opened: { value: boolean };
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user