diff --git a/client/src/components/Donation/donate-form.tsx b/client/src/components/Donation/donate-form.tsx index 58f5f6d90a..e0baae0c0c 100644 --- a/client/src/components/Donation/donate-form.tsx +++ b/client/src/components/Donation/donate-form.tsx @@ -324,7 +324,7 @@ class DonateForm extends Component { isOneTime ? 'donate.wallet-label' : 'donate.wallet-label-1', { usd: donationAmount / 100 } )}:`; - const showMinimalPayments = isMinimalForm || !isDonating; + const showMinimalPayments = isSignedIn && (isMinimalForm || !isDonating); return ( <>