chore: debug

This commit is contained in:
Shivam Mishra
2024-10-08 11:31:33 +05:30
parent 9101e1e221
commit 42fb083491
3 changed files with 5 additions and 4 deletions
+3
View File
@@ -70,8 +70,11 @@ export default {
}
},
currentAccountId() {
console.log('THIS CALL');
if (this.currentAccountId) {
this.initializeAccount();
} else {
console.log('NO ACCOUNT ID');
}
},
},
@@ -95,8 +95,8 @@ export default {
return this.id.toString();
},
},
mounted() {
this.initializeAccount();
async mounted() {
await this.initializeAccount();
},
methods: {
async initializeAccount() {