diff --git a/ee/components/stripe/Payment.tsx b/ee/components/stripe/Payment.tsx index d5a3d32d84..1b8a8fda96 100644 --- a/ee/components/stripe/Payment.tsx +++ b/ee/components/stripe/Payment.tsx @@ -35,7 +35,7 @@ type Props = { }; eventType: { id: number }; user: { username: string | null }; - location: string; + location?: string | null; }; type States =