Skip to content

Commit

Permalink
remove unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
calesce committed Oct 26, 2015
1 parent 558bd43 commit 3c8e56b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SliderMonitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export default class SliderMonitor extends Component {
currentStateIndex: PropTypes.number.isRequired,
monitorState: PropTypes.object.isRequired,
stagedActions: PropTypes.array.isRequired,
skippedActions: PropTypes.object.isRequired,
reset: PropTypes.func.isRequired,
jumpToState: PropTypes.func.isRequired,
setMonitorState: PropTypes.func.isRequired,
Expand Down

0 comments on commit 3c8e56b

Please sign in to comment.