Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed May 26, 2017
1 parent f733c52 commit 2c6cce5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

static propTypes = {
className:PropTypes.string,
statusList:PropTypes.array
statusList:PropTypes.array,
status:PropTypes.any
};

static defaultProps = {
Expand Down
2 changes: 1 addition & 1 deletion dist/react-status-manager.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2c6cce5

Please sign in to comment.