diff --git a/src/components/tools/DonationCreate.svelte b/src/components/tools/DonationCreate.svelte index 6b143b0b..3602200f 100644 --- a/src/components/tools/DonationCreate.svelte +++ b/src/components/tools/DonationCreate.svelte @@ -285,10 +285,6 @@ resetAll(); }}>{$_("create")} - {amount <= 0 || - runnerinfo.id == 0 || - (donorinfo.firstname.length == 0 && donorinfo.lastname.length == 0)} - {amount} - {runnerinfo.id} - {donorinfo.id} - {donorinfo.firstname} - {donorinfo.lastname}