Skip to content

Commit

Permalink
removed duplicated prop-types
Browse files Browse the repository at this point in the history
  • Loading branch information
xat authored Nov 6, 2019
1 parent 5a261bf commit 8e09857
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 8e09857

Please sign in to comment.