Skip to content

Commit

Permalink
Need a space when combining more-info-* class and attributeClassNames…
Browse files Browse the repository at this point in the history
… so that the first property correctly shows
  • Loading branch information
robbiet480 committed Sep 2, 2016
1 parent 3d77da0 commit 7e455e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/more-infos/more-info-climate.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
},

computeClassNames: function (stateObj) {
return 'more-info-climate' + window.hassUtil.attributeClassNames(
return 'more-info-climate ' + window.hassUtil.attributeClassNames(
stateObj,
['away_mode', 'aux_heat', 'temperature', 'humidity', 'operation_list',
'fan_list', 'swing_list']
Expand Down
2 changes: 1 addition & 1 deletion src/more-infos/more-info-hvac.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
},

computeClassNames: function (stateObj) {
return 'more-info-hvac' + window.hassUtil.attributeClassNames(
return 'more-info-hvac ' + window.hassUtil.attributeClassNames(
stateObj,
['away_mode', 'aux_heat', 'temperature', 'humidity', 'operation_list',
'fan_list', 'swing_list']
Expand Down

0 comments on commit 7e455e2

Please sign in to comment.