Fix menu button on dev-info page (#2663)

This commit is contained in:
Paulus Schoutsen 2019-02-02 22:07:02 -08:00 committed by GitHub
parent 69aff1e204
commit dadb5f92ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ class HaPanelDevInfo extends LitElement {
<app-toolbar>
<ha-menu-button
.narrow="${this.narrow}"
showMenu="${this.showMenu}"
.showMenu="${this.showMenu}"
></ha-menu-button>
<div main-title>About</div>
</app-toolbar>