add date to symptom screen header

This commit is contained in:
Anne Menzel
2018-12-09 17:05:08 +01:00
parent 7d10fbffec
commit 1ed771a50c
4 changed files with 18 additions and 12 deletions
+1
View File
@@ -81,6 +81,7 @@ export default class App extends Component {
title={headerTitlesLowerCase[this.state.currentPage]}
isSymptomView={true}
goBack={this.handleBackButtonPress}
date={this.state.currentProps.date}
/>}