Skip to content

Commit

Permalink
Apply fixes from Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
royduin authored and actions-user committed Nov 5, 2024
1 parent 00e888a commit 4e9ad46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/callbacks.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Vue.prototype.getCheckoutStep = (stepName) => {
Vue.prototype.submitPartials = async function (form) {
let promises = []
form.querySelectorAll('[partial-submit]').forEach((element) => {
const partialFn = element?.getAttribute('partial-submit');
const partialFn = element?.getAttribute('partial-submit')
if (!partialFn || !element?.__vue__) {
return
}
Expand Down

0 comments on commit 4e9ad46

Please sign in to comment.