Merge branch '172-add-unprotected-to-contraceptives' into 'master'

Add 'unprotected' and 'diaphragm" to contraceptives

Closes #172

See merge request bloodyhealth/drip!81
This commit is contained in:
bl00dymarie
2018-09-26 10:32:10 +00:00
3 changed files with 11 additions and 1 deletions
+6
View File
@@ -37,6 +37,12 @@ const contraceptiveBoxes = [{
}, {
label: labels.implant,
stateKey: 'implant'
}, {
label: labels.diaphragm,
stateKey: 'diaphragm'
}, {
label: labels.none,
stateKey: 'none'
}, {
label: labels.other,
stateKey: 'other'