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 + />