diff --git a/packages/fscomponents/src/components/PayPalCheckoutButton.tsx b/packages/fscomponents/src/components/PayPalCheckoutButton.tsx index 1c39fbc9a9..1b47a9e030 100644 --- a/packages/fscomponents/src/components/PayPalCheckoutButton.tsx +++ b/packages/fscomponents/src/components/PayPalCheckoutButton.tsx @@ -9,10 +9,17 @@ type LimitedButtonProps = Omit { tagLineStyle?: StyleProp; } type DefaultProps = Pick;