From c2e167a9a1a7e6ed4c6251b30298d13495c416f5 Mon Sep 17 00:00:00 2001 From: ildar170975 <71872483+ildar170975@users.noreply.github.com> Date: Sat, 11 Jan 2025 19:06:37 +0300 Subject: [PATCH] prettier --- src/main.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main.js b/src/main.js index a81b38d..31394b4 100644 --- a/src/main.js +++ b/src/main.js @@ -323,15 +323,15 @@ 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, - )) || - this.config.show.loading_indicator !== true; + const ready = (this.entity[0] && + !this.Graph.some( + element, + (index) => + element._history === undefined && + this.config.entities[index].show_graph !== false, + ) + ) + || this.config.show.loading_indicator !== true; return this.config.show.graph ? html`