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