Fixed missing penis breaking edit page.
This commit is contained in:
parent
3e118f5faa
commit
a1069225c0
|
@ -902,8 +902,8 @@ const fields = computed(() => [
|
||||||
key: 'penis',
|
key: 'penis',
|
||||||
type: 'penis',
|
type: 'penis',
|
||||||
value: {
|
value: {
|
||||||
penisLength: actor.value.penisLength.imperial,
|
penisLength: actor.value.penisLength?.imperial,
|
||||||
penisGirth: actor.value.penisGirth.imperial,
|
penisGirth: actor.value.penisGirth?.imperial,
|
||||||
isCircumcised: actor.value.isCircumcised,
|
isCircumcised: actor.value.isCircumcised,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue