Skip to content

Commit

Permalink
Apply fixes from Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade-GG authored and actions-user committed Dec 30, 2024
1 parent 7fe5344 commit eeb68f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/Product/AddToCart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export default {
if (!file) {
return
}
let reader = new FileReader()
reader.onerror = (error) => alert(error)
reader.onload = () => {
Expand Down

0 comments on commit eeb68f6

Please sign in to comment.