Skip to content

Commit

Permalink
chore(calendar): Adding filterDate to its propTypes declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurdenner committed Jan 8, 2019
1 parent 7f261af commit 9d14d8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/calendar/calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ const Calendar = ({

Calendar.propTypes = {
calendars: PropTypes.array.isRequired,
filterDate: PropTypes.func.isRequired,
getBackProps: PropTypes.func.isRequired,
getDateProps: PropTypes.func.isRequired,
getForwardProps: PropTypes.func.isRequired,
Expand Down

1 comment on commit 9d14d8c

@vercel
Copy link

@vercel vercel bot commented on 9d14d8c Jan 8, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.