Skip to content

Commit

Permalink
fix: Adding 'rtl' to breakpoints prop-type shape
Browse files Browse the repository at this point in the history
  • Loading branch information
jackall3n committed May 21, 2020
1 parent 6d25bb9 commit 6de56a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class Carousel extends Component {
animationSpeed: PropTypes.number,
dots: PropTypes.bool,
className: PropTypes.string,
rtl: PropTypes.bool,
})),
};
static defaultProps = {
Expand Down

0 comments on commit 6de56a9

Please sign in to comment.