Skip to content

Commit

Permalink
docs: fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed Jul 14, 2024
1 parent 4d481a9 commit c7131de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/CustomWeek.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function CustomWeek() {
footer={
selectedWeek &&
`Week from ${selectedWeek?.from?.toLocaleDateString()} to
{selectedWeek?.to?.toLocaleDateString()}`
${selectedWeek?.to?.toLocaleDateString()}`
}
/>
);
Expand Down

0 comments on commit c7131de

Please sign in to comment.