Merge branch '257-nfp-line-not-long-enough' into 'master'

Resolve "NFP line not long enough"

Closes #257

See merge request bloodyhealth/drip!127
This commit is contained in:
Julia Friesel
2018-12-15 13:47:51 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ export default class CycleChart extends Component {
this.chartSymptoms.push('temperature')
}
const columnData = this.makeColumnInfo(nfpLines(), this.chartSymptoms)
const columnData = this.makeColumnInfo()
this.setState({
columns: columnData,
chartHeight: height
+1 -1
View File
@@ -52,7 +52,7 @@ export default class DayColumn extends Component {
this.fhmAndLtl = props.getFhmAndLtlInfo(
props.dateString,
props.temp,
this.data.temperature,
props.columnHeight
)
}