Skip to content

Commit b6b310e

Browse files
lee-togithub-actions[bot]
authored andcommitted
Apply prettier changes
1 parent 48dbf74 commit b6b310e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/js/app.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ document.addEventListener("alpine:init", () => {
7878
}
7979
},
8080
current(index, force = false) {
81-
index = parseInt(index)
81+
index = parseInt(index);
8282

83-
if(index === this.active) {
84-
return
83+
if (index === this.active) {
84+
return;
8585
}
8686

8787
if (!force && this.lock) {

0 commit comments

Comments
 (0)