diff --git a/src/Utilities/PaymentHelpers.res b/src/Utilities/PaymentHelpers.res index b2cc4cd27..30a185cf5 100644 --- a/src/Utilities/PaymentHelpers.res +++ b/src/Utilities/PaymentHelpers.res @@ -858,7 +858,7 @@ let rec maskPayload = payloadJson => { } } -let usePaymentIntent = (optLogger: option, paymentType: payment) => { +let usePaymentIntent = (optLogger, paymentType) => { open RecoilAtoms let blockConfirm = Recoil.useRecoilValueFromAtom(isConfirmBlocked) let switchToCustomPod = Recoil.useRecoilValueFromAtom(switchToCustomPod)