Skip to content

Commit

Permalink
Merge pull request #131 from KOSASIH/deepsource-transform-5f42aa6c
Browse files Browse the repository at this point in the history
style: format code with Autopep8, Black, ClangFormat, dotnet-format, Go fmt, Gofumpt, Google Java Format, isort, Ktlint, PHP CS Fixer, Prettier, RuboCop, Ruff Formatter, Rustfmt, Scalafmt, StandardJS, StandardRB, swift-format and Yapf
  • Loading branch information
KOSASIH authored May 11, 2024
2 parents f868d75 + 720a289 commit e68f3e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ui/components/AccountDashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ export default {
data() {
return {
account: null,
transactions: []
}
transactions: [],
};
},
async mounted() {
// Fetch account information and transactions
}
}
},
};
</script>

0 comments on commit e68f3e4

Please sign in to comment.