Rename default low and high
This commit is contained in:
@@ -63,8 +63,8 @@ class TempSlider extends Component {
|
|||||||
constructor(props) {
|
constructor(props) {
|
||||||
super(props)
|
super(props)
|
||||||
this.state = {
|
this.state = {
|
||||||
min: config.temperatureScale.low,
|
min: config.temperatureScale.defaultLow,
|
||||||
max: config.temperatureScale.high
|
max: config.temperatureScale.defaultHigh
|
||||||
}
|
}
|
||||||
this.getStoredScale()
|
this.getStoredScale()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user