Fix prettier that keeps messing with merging dev (#7412)

This commit is contained in:
Zack Barett
2020-10-21 06:14:10 -05:00
committed by GitHub
parent 7e2dc04123
commit fb9bd0eb7d
6 changed files with 39 additions and 37 deletions

View File

@@ -6,9 +6,9 @@ import {
CSSResult,
customElement,
html,
internalProperty,
LitElement,
property,
internalProperty,
TemplateResult,
} from "lit-element";
import { fireEvent } from "../common/dom/fire_event";
@@ -98,8 +98,7 @@ class HaMenuButton extends LitElement {
return;
}
this.style.display =
newNarrow || this._alwaysVisible ? "initial" : "none";
this.style.display = newNarrow || this._alwaysVisible ? "initial" : "none";
if (!newNarrow) {
this._hasNotifications = false;