Skip to content

Commit

Permalink
oops, forget to push this change
Browse files Browse the repository at this point in the history
  • Loading branch information
kangzj committed Sep 20, 2024
1 parent 06d13b6 commit 2777fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/date-range/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ export class DateRange extends Component {
selectedEndDate={ this.state.endDate }
onDateRangeChange={ this.handleCalendarChange }
focusedMonth={ this.state.focusedMonth }
numberOfMonths={ this.getNumberOfMonths() }
numberOfMonths={ this.state.numberOfMonths }
useArrowNavigation={ this.props.useArrowNavigation }
/>
);
Expand Down

0 comments on commit 2777fa8

Please sign in to comment.