diff --git a/ui/components/AccountDashboard.vue b/ui/components/AccountDashboard.vue index b8ee90af8..c8ff4dcbb 100644 --- a/ui/components/AccountDashboard.vue +++ b/ui/components/AccountDashboard.vue @@ -11,11 +11,11 @@ export default { data() { return { account: null, - transactions: [] - } + transactions: [], + }; }, async mounted() { // Fetch account information and transactions - } -} + }, +};