Skip to content

Commit

Permalink
Add missing propType
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Mar 19, 2021
1 parent d4c145b commit 929d0b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TileGroup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ TileGroup.propTypes = {
...tileGroupProps,
activeStartDate: PropTypes.instanceOf(Date),
count: PropTypes.number,
dateType: PropTypes.string,
dateTransform: PropTypes.func.isRequired,
offset: PropTypes.number,
step: PropTypes.number,
Expand Down

0 comments on commit 929d0b7

Please # to comment.