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