Skip to content

Commit

Permalink
What's wrong with eslint?
Browse files Browse the repository at this point in the history
  • Loading branch information
Nezz committed May 2, 2024
1 parent 7c31e69 commit 241743a
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/panels/lovelace/editor/view-editor/hui-dialog-edit-view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,6 @@ export class HuiDialogEditView extends LitElement {
></hui-view-editor>
`;
break;
case "tab-background":
content = html`
<hui-view-background-editor
.hass=${this.hass}
.config=${this._config}
@view-config-changed=${this._viewConfigChanged}
></hui-view-background-editor>
`;
break;
case "tab-badges":
content = html`
${this._config?.badges?.length
Expand Down Expand Up @@ -302,11 +293,6 @@ export class HuiDialogEditView extends LitElement {
"ui.panel.lovelace.editor.edit_view.tab_settings"
)}</paper-tab
>
<paper-tab id="tab-background"
>${this.hass!.localize(
"ui.panel.lovelace.editor.edit_view.tab_background"
)}</paper-tab
>
<paper-tab id="tab-badges"
>${this.hass!.localize(
"ui.panel.lovelace.editor.edit_view.tab_badges"
Expand Down

0 comments on commit 241743a

Please sign in to comment.