Skip to content

Commit

Permalink
fix: month explicit default
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantanrk committed Apr 26, 2024
1 parent 7189bda commit 7f9fb19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/month.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function getMonthColumnsLayout(
return MONTH_COLUMNS_LAYOUT.THREE_COLUMNS;
}

export default class Month extends React.Component {
class Month extends React.Component {
static propTypes = {
ariaLabelPrefix: PropTypes.string,
chooseDayAriaLabelPrefix: PropTypes.string,
Expand Down Expand Up @@ -841,3 +841,5 @@ export default class Month extends React.Component {
);
}
}

export default Month;

0 comments on commit 7f9fb19

Please sign in to comment.