Skip to content

Commit 41beb33

Browse files
committed
space
1 parent a1a4ebe commit 41beb33

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
@@ -440,7 +440,6 @@ class ExpandableCalendar extends Component<ExpandableCalendarProps, State> {
440440

441441
// for horizontal scroll
442442
const {date} = this.props.context;
443-
444443
if (this.visibleMonth !== this.getMonth(date)) {
445444
const next = this.isLaterDate(first(value), date);
446445
this.scrollPage(next);

0 commit comments

Comments
 (0)