diff --git a/app/[locale]/10years/page.tsx b/app/[locale]/10years/page.tsx index a9f7daaa87d..b89ead6959e 100644 --- a/app/[locale]/10years/page.tsx +++ b/app/[locale]/10years/page.tsx @@ -117,7 +117,7 @@ const Page = async (props: { params: Promise }) => { defaultValue={Object.keys(tenYearEventRegions)[0]} className="w-full" > - + {Object.entries(tenYearEventRegions).map(([key, data]) => (