Skip to content

Commit

Permalink
removed duplicated prop-types (#678)
Browse files Browse the repository at this point in the history
removed duplicated prop-types
  • Loading branch information
Ilaiwi authored Nov 8, 2019
2 parents 5a261bf + 8e09857 commit beb3add
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/timeline/TimelineStateContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ export class TimelineStateProvider extends React.Component {
canvasWidth: PropTypes.number.isRequired,
showPeriod: PropTypes.func.isRequired,
timelineUnit: PropTypes.string.isRequired,
showPeriod: PropTypes.func.isRequired,
timelineUnit: PropTypes.string.isRequired,
timelineWidth: PropTypes.number.isRequired,
}

Expand Down

0 comments on commit beb3add

Please sign in to comment.