diff --git a/modules/ppcp-settings/resources/js/Components/ReusableComponents/PaymentMethodIcon.js b/modules/ppcp-settings/resources/js/Components/ReusableComponents/PaymentMethodIcon.js
index e1f060640..59066cd39 100644
--- a/modules/ppcp-settings/resources/js/Components/ReusableComponents/PaymentMethodIcon.js
+++ b/modules/ppcp-settings/resources/js/Components/ReusableComponents/PaymentMethodIcon.js
@@ -1,20 +1,11 @@
import { Icon } from '@wordpress/components';
-
import data from '../../utils/data';
-const PaymentMethodIcon = ( { icons, type } ) => {
- const validIcon = Array.isArray( icons ) && icons.includes( type );
-
- if ( validIcon || icons === 'all' ) {
- return (
-
{ __( - `Click the button below to be guided through connecting your existing PayPal account or creating a new one.You will be able to choose the payment options that are right for your store.`, + 'Click the button below to be guided through connecting your existing PayPal account or creating a new one. You will be able to choose the payment options that are right for your store.', 'woocommerce-paypal-payments' ) }
@@ -56,7 +61,6 @@ const StepWelcome = ( { setStep, currentStep } ) => {