Skip to content

Commit

Permalink
fix for kit
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleA committed Oct 29, 2024
1 parent ffe94f2 commit 9a2cff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/checkout/src/views/PaymentSelection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ export const PaymentSelectionContent = () => {
/>
</>
)}
{creditCardProviders.length > 0 && (
{creditCardProviders?.length > 0 && (
<>
<Divider width="full" marginY="3" />
<PayWithCreditCard settings={selectPaymentSettings} disableButtons={disableButtons} />
Expand Down

0 comments on commit 9a2cff4

Please sign in to comment.