Chore: exchange icons for learn more
This commit is contained in:
@@ -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 (
|
||||||
|
|||||||
Reference in New Issue
Block a user