Skip to content

Commit

Permalink
perf: Hide external_payments
Browse files Browse the repository at this point in the history
  • Loading branch information
acasazza authored and malessani committed Feb 27, 2023
1 parent ca1565e commit 33e6059
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/composite/StepPayment/CheckoutPayment.tsx
Expand Up @@ -29,6 +29,7 @@ export const CheckoutPayment = ({
className="payment group"
loader={<PaymentSkeleton />}
clickableContainer
hide={["external_payments"]}
// @ts-expect-error Type Types of parameters 'params' and 'payment' are incompatible.
onClick={selectPayment}
>
Expand Down

0 comments on commit 33e6059

Please sign in to comment.