From f9b0abd0ea24c66ebd5ac6a7fe00be9db08d5c17 Mon Sep 17 00:00:00 2001 From: ildar170975 <71872483+ildar170975@users.noreply.github.com> Date: Sat, 11 Jan 2025 19:27:31 +0300 Subject: [PATCH] prettier --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index d8ef513..93e2afd 100644 --- a/src/main.js +++ b/src/main.js @@ -325,7 +325,7 @@ class MiniGraphCard extends LitElement { renderGraph() { const ready = (this.entity[0] && !this.Graph.some( element, - (index) => element._history === undefined && this.config.entities[index].show_graph !== false) + index => element._history === undefined && this.config.entities[index].show_graph !== false) ) || this.config.show.loading_indicator !== true; return this.config.show.graph ? html`