switch date and symptom name in symptom screen header

This commit is contained in:
batabana
2018-12-16 10:41:31 +01:00
parent 1ed771a50c
commit 64f1096960
+2 -2
View File
@@ -20,10 +20,10 @@ export default function SymptomViewHeader(props) {
/>
<View>
<Text style={styles.dateHeader}>
{formatDate(props.date)}
{props.title}
</Text>
<Text style={styles.cycleDayNumber}>
{props.title}
{formatDate(props.date)}
</Text>
</View >
<FeatherIcon