mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-09 18:36:35 +00:00
Fix style for ESLint
This commit is contained in:
parent
b3fc452598
commit
4dba972927
@ -41,7 +41,7 @@ export default new Polymer({
|
|||||||
bindNuclear: [
|
bindNuclear: [
|
||||||
entityGetters.entityMap,
|
entityGetters.entityMap,
|
||||||
entities => entities.valueSeq()
|
entities => entities.valueSeq()
|
||||||
.filter(entity => entity.domain == 'zone').toArray(),
|
.filter(entity => entity.domain === 'zone').toArray(),
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user