Fixed missing penis breaking edit page.
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user