Fixed: fix loading of AddAddress

A conflict was not resolved correctly during a merge.
This commit is contained in:
Julien Fastré 2023-01-30 12:14:40 +01:00 committed by Julie Lenaerts
parent c790b22496
commit 9ffe1ff8a8

View File

@ -98,11 +98,6 @@ export default {
}
},
},
mounted() {
if (typeof this.value.point !== 'undefined') {
this.updateMapCenter(this.value.point);
}
},
methods: {
transName(value) {
return value.streetNumber === undefined ? value.street : `${value.streetNumber}, ${value.street}`