Skip to content

Commit

Permalink
fix: duplicate class "carousel-item" (#4609)
Browse files Browse the repository at this point in the history
  • Loading branch information
MKrupauskas authored and jquense committed Oct 7, 2019
1 parent 7ecb6fc commit 34e3905
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,6 @@ class Carousel extends React.Component {
return cloneElement(child, {
className: classNames(
child.props.className,
`${bsPrefix}-item`,
current && currentClasses,
previous && prevClasses,
),
Expand Down

0 comments on commit 34e3905

Please sign in to comment.