Added images
This commit is contained in:
@@ -78,11 +78,6 @@ onBeforeMount( () => {
|
||||
|
||||
userTransactions.value = myUser.userTransactions;
|
||||
totalBalance.value = myUser.totalBalance;
|
||||
|
||||
console.log(userTransactions.value);
|
||||
console.log(totalBalance.value);
|
||||
console.log(formattedTransactions);
|
||||
console.log(formattedBalance);
|
||||
} catch (error) {
|
||||
navigateToHome();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user