Fix typo
This commit is contained in:
@@ -15,7 +15,7 @@ const label = styles.column.label
|
|||||||
export default class DayColumn extends Component {
|
export default class DayColumn extends Component {
|
||||||
passDateToDayView(dateString) {
|
passDateToDayView(dateString) {
|
||||||
const cycleDay = getOrCreateCycleDay(dateString)
|
const cycleDay = getOrCreateCycleDay(dateString)
|
||||||
this.props.navigate('cycleDay', { cycleDay })
|
this.props.navigate('CycleDay', { cycleDay })
|
||||||
}
|
}
|
||||||
|
|
||||||
shouldComponentUpdate(newProps) {
|
shouldComponentUpdate(newProps) {
|
||||||
|
|||||||
Reference in New Issue
Block a user