Skip to content

Commit

Permalink
re fix
Browse files Browse the repository at this point in the history
  • Loading branch information
asada-no4 committed Jul 7, 2024
1 parent 480fb90 commit 6c35491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/month.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ export default class Month extends Component<MonthProps> {
`react-datepicker__quarter-${q}`,
{
"react-datepicker__quarter-text--disabled":
(minDate || maxDate || excludeDates) &&
(minDate || maxDate || excludeDates || includeDates || filterDate) &&
isQuarterDisabled(setQuarter(day, q), this.props),
"react-datepicker__quarter-text--selected": selected
? this.isSelectedQuarter(day, q, selected)
Expand Down

0 comments on commit 6c35491

Please sign in to comment.