Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ildar170975 authored Jan 11, 2025
1 parent 6c7b01e commit f9b0abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ class MiniGraphCard extends LitElement {
renderGraph() {
const ready = (this.entity[0] && !this.Graph.some(
element,

Check failure on line 327 in src/main.js

View workflow job for this annotation

GitHub Actions / build (10.x)

'element' is not defined

Check failure on line 327 in src/main.js

View workflow job for this annotation

GitHub Actions / lint

'element' is not defined
(index) => element._history === undefined && this.config.entities[index].show_graph !== false)
index => element._history === undefined && this.config.entities[index].show_graph !== false)

Check failure on line 328 in src/main.js

View workflow job for this annotation

GitHub Actions / build (10.x)

'element' is not defined

Check failure on line 328 in src/main.js

View workflow job for this annotation

GitHub Actions / build (10.x)

Expected newline before ')'

Check failure on line 328 in src/main.js

View workflow job for this annotation

GitHub Actions / lint

'element' is not defined

Check failure on line 328 in src/main.js

View workflow job for this annotation

GitHub Actions / lint

Expected newline before ')'
)

Check failure on line 329 in src/main.js

View workflow job for this annotation

GitHub Actions / build (10.x)

Expected indentation of 4 spaces but found 6

Check failure on line 329 in src/main.js

View workflow job for this annotation

GitHub Actions / lint

Expected indentation of 4 spaces but found 6
|| this.config.show.loading_indicator !== true;
return this.config.show.graph ? html`
Expand Down

0 comments on commit f9b0abd

Please sign in to comment.