Skip to content

Commit

Permalink
Fix: prop type for progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdools committed Sep 18, 2019
1 parent b6f29c3 commit 0e7a988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/media-player/src/ProgressBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class ProgressBar extends React.Component {
}

ProgressBar.propTypes = {
value: PropTypes.number,
value: PropTypes.string,
max: PropTypes.string,
buttonClick: PropTypes.func
};
Expand Down

0 comments on commit 0e7a988

Please sign in to comment.