Fix menu bug

This commit is contained in:
Julia Friesel
2018-08-19 16:37:37 +02:00
parent d731bbbec4
commit c744520bd9
3 changed files with 16 additions and 19 deletions
-1
View File
@@ -16,7 +16,6 @@ export default class Stats extends Component {
const statsText = determineStatsText(allMensesStarts)
return (
<ScrollView>
<Header title='Statistics' />
<View>
<Text style={styles.stats}>{statsText}</Text>
</View>