changes footer depending on new entry or edit mode
This commit is contained in:
@@ -36,6 +36,7 @@ export default class Desire extends Component {
|
||||
buttons={desireRadioProps}
|
||||
active={this.state.currentValue}
|
||||
onSelect={val => this.setState({ currentValue: val })}
|
||||
isRadioButton={true}
|
||||
/>
|
||||
</SymptomSection>
|
||||
</ScrollView>
|
||||
|
||||
Reference in New Issue
Block a user