Position footer and fix navigating to cycle day view

This commit is contained in:
Julia Friesel
2018-08-19 15:02:01 +02:00
parent 180a25cd4c
commit 86f26e3814
6 changed files with 32 additions and 15 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import { formatDateForViewHeader } from '../components/cycle-day/labels/format'
export default class Header extends Component {
render() {
return (
this.props.cycleDayOverView ?
this.props.isCycleDayOverView ?
<View style={[styles.header, styles.headerCycleDay]}>
<Icon
name='arrow-left-drop-circle'