This commit is contained in:
Yosi Levy 2020-07-18 06:31:33 +03:00
parent 346eb78c4e
commit 80bc6fda8b

View File

@ -49,7 +49,7 @@ class HaLogbook extends LitElement {
protected render(): TemplateResult {
if (!this.entries?.length) {
return html`
<div class=${classMap({ container: true, rtl: this._rtl })}>
<div class="container ${classMap({ rtl: this._rtl })}">
${this.hass.localize("ui.panel.logbook.entries_not_found")}
</div>
`;