diff --git a/src/fund/components/FundCard.tsx b/src/fund/components/FundCard.tsx index 56cbdaca9e..5ab00b9ec2 100644 --- a/src/fund/components/FundCard.tsx +++ b/src/fund/components/FundCard.tsx @@ -17,7 +17,6 @@ export function FundCard({ headerText, country = 'US', subdivision, - paymentMethods = DEFAULT_PAYMENT_METHODS, children = , className, onError, @@ -29,7 +28,7 @@ export function FundCard({ return ( extends true // is statusData is LifecycleStatusDataShared, make optional - ? { - statusData?: PartialKeys< - D, - keyof D & keyof LifecycleStatusDataShared - >; - } // make all keys in LifecycleStatusDataShared optional - : { - statusData: PartialKeys< - D, - keyof D & keyof LifecycleStatusDataShared - >; - }) + ? { + statusData?: PartialKeys< + D, + keyof D & keyof LifecycleStatusDataShared + >; + } // make all keys in LifecycleStatusDataShared optional + : { + statusData: PartialKeys< + D, + keyof D & keyof LifecycleStatusDataShared + >; + }) : never : never;