mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 10:59:50 +00:00
Bump babel and eslint (#9049)
This commit is contained in:
@@ -55,9 +55,7 @@ class StepFlowForm extends LitElement {
|
||||
);
|
||||
|
||||
return html`
|
||||
<h2>
|
||||
${this.flowConfig.renderShowFormStepHeader(this.hass, this.step)}
|
||||
</h2>
|
||||
<h2>${this.flowConfig.renderShowFormStepHeader(this.hass, this.step)}</h2>
|
||||
<div class="content">
|
||||
${this._errorMsg
|
||||
? html` <div class="error">${this._errorMsg}</div> `
|
||||
|
||||
Reference in New Issue
Block a user