From adef450bd0781ca8c637962d8707af9195d6225f Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Mon, 8 Aug 2022 15:24:50 +0200 Subject: [PATCH] Update ContributionForm.vue --- frontend/src/components/Contributions/ContributionForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Contributions/ContributionForm.vue b/frontend/src/components/Contributions/ContributionForm.vue index 03fc08a92..3dda5ea41 100644 --- a/frontend/src/components/Contributions/ContributionForm.vue +++ b/frontend/src/components/Contributions/ContributionForm.vue @@ -106,7 +106,7 @@ export default { }, methods: { numberFormat(value) { - return (this.form.amount = value.replace(/\.|,/, '')) + return (this.form.amount = value.replace(/\.|,, '')) }, submit() { this.numberFormat(this.form.amount)