handle creation of address

This commit is contained in:
2021-08-19 20:59:17 +02:00
parent 07030922e8
commit bbcf9cc4ca
4 changed files with 25 additions and 6 deletions

View File

@@ -104,7 +104,6 @@ export default {
i18n,
methods: {
hasCurrentMembers() {
console.log(this.household);
return this.household.current_members_id.length > 0;
},
currentMembers() {