Skip to content

Commit

Permalink
JavaScript code style errors fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelvaara committed Jan 22, 2025
1 parent fff32b4 commit 88efaa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resource/js/tab-alpha.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ function startAlphaApp () {
}
},
computed: {
loadingMessage() {
return $t('Loading more items');
loadingMessage () {
return $t('Loading more items')
}
},
provide () {
Expand Down

0 comments on commit 88efaa0

Please sign in to comment.