Skip to content

Commit

Permalink
Fix after conversion to Lit (#2835)
Browse files Browse the repository at this point in the history
  • Loading branch information
yosilevy authored and balloob committed Feb 23, 2019
1 parent dede819 commit b7f62c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class HuiInputNumberEntityRow extends LitElement implements EntityRow {
? html`
<div class="flex">
<ha-slider
.dir="${this._computeRTLDirection}"
.dir="${this._computeRTLDirection()}"
.step="${Number(stateObj.attributes.step)}"
.min="${Number(stateObj.attributes.min)}"
.max="${Number(stateObj.attributes.max)}"
Expand Down

0 comments on commit b7f62c5

Please sign in to comment.