Removes the lowercasing to the header title component

This commit is contained in:
Sofiya Tepikin
2019-09-15 15:29:15 +02:00
parent 580f1e79ba
commit f444de0b87
5 changed files with 15 additions and 16 deletions
@@ -106,7 +106,7 @@ class SymptomView extends Component {
return (
<View style={{flex: 1}}>
<Header
title={headerTitles[symptom].toLowerCase()}
title={headerTitles[symptom]}
subtitle={formatDate(this.date)}
handleBack={this.props.handleBackButtonPress}
handleDelete={