diff --git a/src/Utils/stripe/stripeHelpers.tsx b/src/Utils/stripe/stripeHelpers.tsx index f483b2f2..572462d6 100644 --- a/src/Utils/stripe/stripeHelpers.tsx +++ b/src/Utils/stripe/stripeHelpers.tsx @@ -1,4 +1,3 @@ - import { ReactElement } from "react"; import AmexIcon from "../../../public/assets/icons/CreditCardIcons/AmexIcon"; import DinersClub from "../../../public/assets/icons/CreditCardIcons/DinersClub"; @@ -44,21 +43,6 @@ export function formatAmountForStripe( export const getCardBrand = (brand: string): ReactElement => { switch (brand) { case "visa": - return ; - case "mastercard": - return ; - case "amex": - return ; - case "discover": - return ; - case "diners": - return ; - case "jcb": - return ; - case "unionpay": - return ; - case "unknown": - return ; return ; case "mastercard": return ;