Skip to content

Commit e120881

Browse files
committed
master merge fix
1 parent 53a7811 commit e120881

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/expandableCalendar/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,6 @@ const ExpandableCalendar = (props: ExpandableCalendarProps) => {
428428
}
429429

430430
onDayPress?.(value);
431-
}, [onDayPress, closeOnDayPress, isOpen]);
432431
}, [onDayPress, closeOnDayPress, isOpen, numberOfDays]);
433432

434433
const onVisibleMonthsChange = useCallback(throttle(

0 commit comments

Comments
 (0)