diff --git a/web/app/components/billing/plan/index.tsx b/web/app/components/billing/plan/index.tsx
index 9c4fb2609a..6228c4a3e1 100644
--- a/web/app/components/billing/plan/index.tsx
+++ b/web/app/components/billing/plan/index.tsx
@@ -29,7 +29,7 @@ const typeStyle = {
}
type Props = {
- loc?: string
+ loc: string
}
const PlanComp: FC
= ({
@@ -69,7 +69,7 @@ const PlanComp: FC = ({
)}
@@ -84,7 +84,7 @@ const PlanComp: FC