Skip to content

Commit dbc9e8f

Browse files
committed
fix: calendar view issue
1 parent 979cdbb commit dbc9e8f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/Holidays/CalendarView.stories.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ const mockHolidays: Holiday[] = [
8181
export const Default: Story = {
8282
render: () => {
8383
const [currentDate, setCurrentDate] = useState(new Date(2025, 0, 1)) // January 2025
84+
8485
const correctedCurrentDate = TimeUtil.toUtcMidnight(currentDate)
8586
return (
8687
<CalendarView

0 commit comments

Comments
 (0)