Merge branch 'chore/Swap-icon-for-learn-more' into 'master'

Chore: exchange icons for learn more

See merge request bloodyhealth/drip!388
This commit is contained in:
Lisa
2022-04-15 13:47:33 +00:00
+1 -1
View File
@@ -154,7 +154,7 @@ class SymptomEditView extends Component {
shouldBoxGroup,
shouldTabGroup
} = this.state
const iconName = shouldShowInfo ? "chevron-down" : "chevron-up"
const iconName = shouldShowInfo ? 'chevron-up' : 'chevron-down'
const noteText = symptom === 'note' ? data.value : data.note
return (