Skip to content

Commit

Permalink
Fix duplicated defaultProps previousMonthButtonLabel on Calendar (Hac…
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt authored and martijnrusschen committed Aug 20, 2018
1 parent 3feb10c commit c655193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calendar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default class Calendar extends React.Component {
forceShowMonthNavigation: false,
timeCaption: "Time",
previousMonthButtonLabel: "Previous Month",
previousMonthButtonLabel: "Next Month"
nextMonthButtonLabel: "Next Month"
};
}

Expand Down

0 comments on commit c655193

Please sign in to comment.