Skip to content

Commit

Permalink
Remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
guergana committed Nov 21, 2023
1 parent b62c91c commit 9fd7600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Pages/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
data(): HomeState {
return {
validationError: null,
faqDialog: false,
faqDialog: false
}
}
});
Expand Down

0 comments on commit 9fd7600

Please sign in to comment.