Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ca4b79f

Browse files
committedJun 19, 2025·
Prettier
1 parent 193d109 commit ca4b79f

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed
 

‎support-frontend/assets/components/otherAmount/otherAmount.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import type { IsoCurrency } from '@modules/internationalisation/currency';
55
import type { HTMLAttributes } from 'react';
66
import { currencies } from 'helpers/internationalisation/currency';
77

8-
98
const topSpacing = css`
109
margin-top: ${space[2]}px;
1110
`;

‎support-frontend/assets/components/subscriptionCheckouts/stripeForm/stripeProviderForCountry.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import type { CsrfState } from 'helpers/redux/checkout/csrf/state';
99
import type { FormField } from 'helpers/subscriptionsForms/formFields';
1010
import type { FormError } from 'helpers/subscriptionsForms/validation';
1111

12-
1312
// Types
1413
export type PropTypes = {
1514
country: IsoCountry;

‎support-frontend/assets/helpers/subscriptionsForms/supportedPaymentMethods.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import type { IsoCurrency } from '@modules/internationalisation/currency';
33
import { DirectDebit, PayPal, Stripe } from 'helpers/forms/paymentMethods';
44
import { isSwitchOn } from 'helpers/globalsAndSwitches/globals';
55

6-
76
type SubscriptionsPaymentMethod =
87
| typeof DirectDebit
98
| typeof PayPal

0 commit comments

Comments
 (0)
Please sign in to comment.