Fix non-existent temperature argument
This commit is contained in:
@@ -81,7 +81,7 @@ export default class CycleChart extends Component {
|
|||||||
this.chartSymptoms.push('temperature')
|
this.chartSymptoms.push('temperature')
|
||||||
}
|
}
|
||||||
|
|
||||||
const columnData = this.makeColumnInfo(nfpLines(), this.chartSymptoms)
|
const columnData = this.makeColumnInfo()
|
||||||
this.setState({
|
this.setState({
|
||||||
columns: columnData,
|
columns: columnData,
|
||||||
chartHeight: height
|
chartHeight: height
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ export default class DayColumn extends Component {
|
|||||||
|
|
||||||
this.fhmAndLtl = props.getFhmAndLtlInfo(
|
this.fhmAndLtl = props.getFhmAndLtlInfo(
|
||||||
props.dateString,
|
props.dateString,
|
||||||
props.temp,
|
this.data.temperature,
|
||||||
props.columnHeight
|
props.columnHeight
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user