Adjust menu styling and remove remnants of navigator

This commit is contained in:
Julia Friesel
2018-08-19 16:47:13 +02:00
parent c744520bd9
commit 87ac1d6b29
4 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ export default class CycleChart extends Component {
<DayColumn
{...item}
index={index}
navigate={this.props.navigation.navigate}
navigate={this.props.navigate}
/>
)
}