Rerender chart on scale observable change

This commit is contained in:
Julia Friesel
2018-08-22 10:17:32 +02:00
parent c597a654d8
commit 7538dbdccc
5 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ const label = styles.column.label
export default class DayColumn extends Component {
passDateToDayView(dateString) {
const cycleDay = getOrCreateCycleDay(dateString)
this.props.navigate('cycleDay', { cycleDay })
this.props.navigate('CycleDay', { cycleDay })
}
shouldComponentUpdate(newProps) {