diff --git a/components/Policies/PolicyPage.tsx b/components/Policies/PolicyPage.tsx index 0d04b6e7b..1890d8018 100644 --- a/components/Policies/PolicyPage.tsx +++ b/components/Policies/PolicyPage.tsx @@ -10,7 +10,7 @@ export type Policy = (typeof policies)[number] export default function PolicyPage({ policy = "privacy-policy" -git }: { +}: { policy?: Policy }) { const handleOnClick = (p: Policy) => {