Fix typo
This commit is contained in:
@@ -37,7 +37,7 @@ export default class Desire extends Component {
|
|||||||
>
|
>
|
||||||
<SelectTabGroup
|
<SelectTabGroup
|
||||||
buttons={desireRadioProps}
|
buttons={desireRadioProps}
|
||||||
acitve={this.state.currentValue}
|
active={this.state.currentValue}
|
||||||
onSelect={val => this.setState({ currentValue: val })}
|
onSelect={val => this.setState({ currentValue: val })}
|
||||||
/>
|
/>
|
||||||
</SymptomSection>
|
</SymptomSection>
|
||||||
|
|||||||
Reference in New Issue
Block a user