From 2b4a818fdafa478e28902aa81188063ed45ed775 Mon Sep 17 00:00:00 2001 From: jan Date: Fri, 29 May 2026 17:46:55 +0200 Subject: [PATCH] Spendenbeschreibung vor Betrag anzeigen --- src/components/dashboard/dashboard-shell.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/dashboard/dashboard-shell.tsx b/src/components/dashboard/dashboard-shell.tsx index 4b44170..490050f 100644 --- a/src/components/dashboard/dashboard-shell.tsx +++ b/src/components/dashboard/dashboard-shell.tsx @@ -3469,15 +3469,6 @@ export function DashboardShell({ onChange={(event) => updateDonationDraft(donation, { title: event.target.value })} fullWidth /> - updateDonationDraft(donation, { amount: event.target.value })} - fullWidth - /> + updateDonationDraft(donation, { amount: event.target.value })} + fullWidth + />