Skip to content

Commit

Permalink
Fix ESLint error
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Apr 16, 2021
1 parent a77389f commit bd25943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TileGroup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ TileGroup.propTypes = {
...tileGroupProps,
activeStartDate: PropTypes.instanceOf(Date),
count: PropTypes.number,
dateType: PropTypes.string,
dateTransform: PropTypes.func.isRequired,
dateType: PropTypes.string,
offset: PropTypes.number,
step: PropTypes.number,
tile: PropTypes.func.isRequired,
Expand Down

0 comments on commit bd25943

Please sign in to comment.