Chore: exchange icons for learn more

This commit is contained in:
BloodyMarie
2022-04-10 21:23:12 +02:00
parent 2a49e43065
commit 765a8ae3b2
+1 -1
View File
@@ -154,7 +154,7 @@ class SymptomEditView extends Component {
shouldBoxGroup, shouldBoxGroup,
shouldTabGroup shouldTabGroup
} = this.state } = this.state
const iconName = shouldShowInfo ? "chevron-down" : "chevron-up" const iconName = shouldShowInfo ? 'chevron-up' : 'chevron-down'
const noteText = symptom === 'note' ? data.value : data.note const noteText = symptom === 'note' ? data.value : data.note
return ( return (