Skip to content
Snippets Groups Projects
Commit 4768057e authored by Julia Friesel's avatar Julia Friesel
Browse files

Fix typo

parent b5f8f57f
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ export default class Desire extends Component {
>
<SelectTabGroup
buttons={desireRadioProps}
acitve={this.state.currentValue}
active={this.state.currentValue}
onSelect={val => this.setState({ currentValue: val })}
/>
</SymptomSection>
......
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