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:
+3
-1
@@ -67,6 +67,8 @@ const SexSchema = {
|
||||
patch: { type: 'bool', optional: true },
|
||||
ring: { type: 'bool', optional: true },
|
||||
implant: { type: 'bool', optional: true },
|
||||
diaphragm: { type: 'bool', optional: true },
|
||||
none: { type: 'bool', optional: true },
|
||||
other: { type: 'bool', optional: true },
|
||||
note: { type: 'string', optional: true }
|
||||
}
|
||||
@@ -137,4 +139,4 @@ export default [
|
||||
DesireSchema,
|
||||
SexSchema,
|
||||
PainSchema
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user