Rename contraception option 'unprotected' in 'none'

This commit is contained in:
emelko
2018-09-26 12:25:44 +02:00
parent b973119321
commit fc514a793d
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -68,7 +68,7 @@ const SexSchema = {
ring: { type: 'bool', optional: true },
implant: { type: 'bool', optional: true },
diaphragm: { type: 'bool', optional: true },
unprotected: { type: 'bool', optional: true },
none: { type: 'bool', optional: true },
other: { type: 'bool', optional: true },
note: { type: 'string', optional: true }
}
@@ -139,4 +139,4 @@ export default [
DesireSchema,
SexSchema,
PainSchema
]
]