diff --git a/packages/blockchain-wallet-v4-frontend/src/modals/SimpleBuy/CryptoSelection/template.success.tsx b/packages/blockchain-wallet-v4-frontend/src/modals/SimpleBuy/CryptoSelection/template.success.tsx index 69cd7a518a8..e36846e52d8 100644 --- a/packages/blockchain-wallet-v4-frontend/src/modals/SimpleBuy/CryptoSelection/template.success.tsx +++ b/packages/blockchain-wallet-v4-frontend/src/modals/SimpleBuy/CryptoSelection/template.success.tsx @@ -8,10 +8,8 @@ const Success: React.FC = props => { const isUserEligible = props.pairs.length && props.eligibility.eligible && props.fiatCurrency const isUserRejectedOrExpired = - props.userData && - props.userData.kycState && - (props.userData.kycState === 'REJECTED' || - props.userData.kycState === 'EXPIRED') + props.userData.kycState === 'REJECTED' || + props.userData.kycState === 'EXPIRED' useEffect(() => { props.analyticsActions.logEvent([ diff --git a/packages/blockchain-wallet-v4-frontend/src/modals/SimpleBuy/PaymentMethods/Payments/index.tsx b/packages/blockchain-wallet-v4-frontend/src/modals/SimpleBuy/PaymentMethods/Payments/index.tsx index cccf44e11d5..b2a48825ca6 100644 --- a/packages/blockchain-wallet-v4-frontend/src/modals/SimpleBuy/PaymentMethods/Payments/index.tsx +++ b/packages/blockchain-wallet-v4-frontend/src/modals/SimpleBuy/PaymentMethods/Payments/index.tsx @@ -74,7 +74,7 @@ class Payments extends PureComponent & Props> { case 'PAYMENT_CARD': return ( - + ) case 'USER_CARD': @@ -93,7 +93,7 @@ class Payments extends PureComponent & Props> { case 'FUNDS': return (