Fixed missing penis breaking edit page.

This commit is contained in:
DebaucheryLibrarian 2024-10-25 01:07:54 +02:00
parent 3e118f5faa
commit a1069225c0
1 changed files with 2 additions and 2 deletions

View File

@ -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,
}, },
}, },