Skip to content

Commit

Permalink
using async call
Browse files Browse the repository at this point in the history
  • Loading branch information
alensiljak committed Nov 22, 2024
1 parent 10d4e10 commit 4c0e6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FavouritesCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ let defaultCurrency: string
// methods
onMounted(async () => {
loadData()
await loadData()
})
function getBalance(account: Account) {
Expand Down

0 comments on commit 4c0e6dc

Please sign in to comment.