switch date and symptom name in symptom screen header
This commit is contained in:
@@ -20,10 +20,10 @@ export default function SymptomViewHeader(props) {
|
|||||||
/>
|
/>
|
||||||
<View>
|
<View>
|
||||||
<Text style={styles.dateHeader}>
|
<Text style={styles.dateHeader}>
|
||||||
{formatDate(props.date)}
|
{props.title}
|
||||||
</Text>
|
</Text>
|
||||||
<Text style={styles.cycleDayNumber}>
|
<Text style={styles.cycleDayNumber}>
|
||||||
{props.title}
|
{formatDate(props.date)}
|
||||||
</Text>
|
</Text>
|
||||||
</View >
|
</View >
|
||||||
<FeatherIcon
|
<FeatherIcon
|
||||||
|
|||||||
Reference in New Issue
Block a user