From 285fc91c66d03aaa861da549cb739c3698beb892 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Fri, 16 May 2025 16:42:09 +0200 Subject: [PATCH] feat(tools): Remove unnecessary validation display in donation creation --- src/components/tools/DonationCreate.svelte | 4 ---- 1 file changed, 4 deletions(-) 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}