diff --git a/src/components/SingleDatePicker.tsx b/src/components/SingleDatePicker.tsx index ef1582e..439716c 100644 --- a/src/components/SingleDatePicker.tsx +++ b/src/components/SingleDatePicker.tsx @@ -74,6 +74,7 @@ export interface SingleDatePickerProps { } /** + * SingleDatePicker * A panel that allows users to select a date. * * @component @@ -205,7 +206,7 @@ const SingleDatePicker: React.FC = ({ value, onSelect, lo -
+
{l10nDays.map((day, index) =>
{day}
)} {dates.map(date =>