diff --git a/components/cycle-day/symptoms/desire.js b/components/cycle-day/symptoms/desire.js index 93776030effcb4eb063d2fd14b1d8bf36e759adc..d9be3b3fd9dbaa8e5e9a76dd1129f9cb487955d5 100644 --- a/components/cycle-day/symptoms/desire.js +++ b/components/cycle-day/symptoms/desire.js @@ -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>