Skip to content
Snippets Groups Projects
Commit 534f5549 authored by Lisa's avatar Lisa
Browse files

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

Chore: exchange icons for learn more

See merge request bloodyhealth/drip!388
parents 2a49e430 765a8ae3
No related branches found
No related tags found
No related merge requests found
......@@ -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 (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment