Apply select tab group to pain edit view

This commit is contained in:
Julia Friesel
2018-09-01 20:11:31 +02:00
parent 4ed3aa48e0
commit 083e55eee8
3 changed files with 55 additions and 101 deletions
+9 -9
View File
@@ -12,33 +12,33 @@ import SelectBoxGroup from '../select-box-group'
import { SymptomSectionHeader } from '../../app-text'
const sexBoxes = [{
label: activityLabels.solo,
label: sexLabels.solo,
stateKey: 'solo'
}, {
label: activityLabels.partner,
label: sexLabels.partner,
stateKey: 'partner'
}]
const contraceptiveBoxes = [{
label: contraceptiveLabels.condom,
label: sexLabels.condom,
stateKey: 'condom'
}, {
label: contraceptiveLabels.pill,
label: sexLabels.pill,
stateKey: 'pill'
}, {
label: contraceptiveLabels.iud,
label: sexLabels.iud,
stateKey: 'iud'
}, {
label: contraceptiveLabels.patch,
label: sexLabels.patch,
stateKey: 'patch'
}, {
label: contraceptiveLabels.ring,
label: sexLabels.ring,
stateKey: 'ring'
}, {
label: contraceptiveLabels.implant,
label: sexLabels.implant,
stateKey: 'implant'
}, {
label: contraceptiveLabels.other,
label: sexLabels.other,
stateKey: 'other'
}]