Skip to content

Commit

Permalink
fixed headerHide error
Browse files Browse the repository at this point in the history
  • Loading branch information
evetstech committed Sep 3, 2017
1 parent 1298f33 commit 1a7bd68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -386,10 +386,9 @@ SettingsList.Item = React.createClass({
*/
rightSideContent: PropTypes.node,
/* Gives opens to hide specific borders */
borderHide: React.PropTypes.oneOf(['Top', 'Bottom', 'Both']),
borderHide: PropTypes.oneOf(['Top', 'Bottom', 'Both']),

itemRef: React.PropTypes.func,
borderHide: PropTypes.oneOf(['Top', 'Bottom', 'Both'])
},
getDefaultProps(){
return {
Expand Down

0 comments on commit 1a7bd68

Please sign in to comment.