We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 979cdbb commit dbc9e8fCopy full SHA for dbc9e8f
1 file changed
src/components/Holidays/CalendarView.stories.tsx
@@ -81,6 +81,7 @@ const mockHolidays: Holiday[] = [
81
export const Default: Story = {
82
render: () => {
83
const [currentDate, setCurrentDate] = useState(new Date(2025, 0, 1)) // January 2025
84
+
85
const correctedCurrentDate = TimeUtil.toUtcMidnight(currentDate)
86
return (
87
<CalendarView
0 commit comments