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