From b95b8dff83de2584440b95de2b3fe3bf9f01edee Mon Sep 17 00:00:00 2001 From: Jayesh Mangwani Date: Tue, 19 Mar 2024 20:22:28 +0530 Subject: [PATCH] added a empty string instead doublechecking walletOnfidoData.sdkToken --- src/pages/EnablePayments/OnfidoStep.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/EnablePayments/OnfidoStep.tsx b/src/pages/EnablePayments/OnfidoStep.tsx index 06ad9ca3a922..f5a600cc8548 100644 --- a/src/pages/EnablePayments/OnfidoStep.tsx +++ b/src/pages/EnablePayments/OnfidoStep.tsx @@ -63,9 +63,9 @@ function OnfidoStep({walletOnfidoData = DEFAULT_WALLET_ONFIDO_DATA}: OnfidoStepP onBackButtonPress={goToPreviousStep} /> - {shouldShowOnfido && walletOnfidoData?.sdkToken ? ( + {shouldShowOnfido ? (