Skip to content

Commit

Permalink
fix yay
Browse files Browse the repository at this point in the history
  • Loading branch information
SamStaijen committed Dec 2, 2024
1 parent eaf63e5 commit 5496c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export default defineComponent({
this.form.name,
this.form.iban,
this.form.email,
Number.parseFloat(this.form.value),
Number.parseFloat(this.form.value.replaceAll(",",".")),
this.form.what,
this.form.commission,
this.form.notes,
Expand Down

0 comments on commit 5496c6c

Please sign in to comment.