changes footer depending on new entry or edit mode

This commit is contained in:
tina
2018-09-23 12:06:23 +02:00
parent 8357d61170
commit e5052bf088
5 changed files with 70 additions and 24 deletions
+3
View File
@@ -50,6 +50,7 @@ export default class Cervix extends Component {
buttons={cervixOpeningRadioProps}
active={this.state.opening}
onSelect={val => this.setState({ opening: val })}
isRadioButton={true}
/>
</SymptomSection>
<SymptomSection
@@ -60,6 +61,7 @@ export default class Cervix extends Component {
buttons={cervixFirmnessRadioProps}
active={this.state.firmness}
onSelect={val => this.setState({ firmness: val })}
isRadioButton={true}
/>
</SymptomSection>
<SymptomSection
@@ -70,6 +72,7 @@ export default class Cervix extends Component {
buttons={cervixPositionRadioProps}
active={this.state.position}
onSelect={val => this.setState({ position: val })}
isRadioButton={false}
/>
</SymptomSection>
<SymptomSection