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
+1 -2
View File
@@ -66,8 +66,7 @@ class CycleDayOverView extends Component {
const { getCycleDayNumber } = cycleModule()
const cycleDayNumber = getCycleDayNumber(date)
const headerSubtitle =
cycleDayNumber && `Cycle day ${cycleDayNumber}`.toLowerCase()
const headerSubtitle = cycleDayNumber && `Cycle day ${cycleDayNumber}`
return (
<View style={{ flex: 1 }}>