diff --git a/components/calendar/Header.tsx b/components/calendar/Header.tsx index 3e55bdfca..374e186d9 100644 --- a/components/calendar/Header.tsx +++ b/components/calendar/Header.tsx @@ -39,7 +39,6 @@ function YearSelect(props: SharedProps) { for (let index = start; index < end; index++) { options.push({ label: `${index}${suffix}`, value: index }); } - return (