From 5a8efaf4a44858ecbe12ad3603aba44b75c76e35 Mon Sep 17 00:00:00 2001 From: Ahmad Abdolsaheb Date: Wed, 15 Dec 2021 22:43:26 +0300 Subject: [PATCH] feat: show card to signed in users (#44509) --- client/src/components/Donation/donate-form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ( <>