Skip to content

Commit

Permalink
refactor: remove conditional onBehalf donor assignment in DonationsForm
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitb35 committed Nov 18, 2024
1 parent e84df9b commit 448c65d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Donations/Components/DonationsForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@ function DonationsForm(): ReactElement {
units: quantity,
prePaid: true,
metadata: _metadata,
...(onBehalf && { donor: _onBehalfDonor }),
...(isGift && { gift: _gift }),
};

Expand Down

0 comments on commit 448c65d

Please sign in to comment.