Skip to content

Commit

Permalink
Merge pull request #2527 from illiteratewriter/carousel-caption-overflow
Browse files Browse the repository at this point in the history
fix(#2393): captions visible twice
  • Loading branch information
davidacevedo committed May 27, 2022
2 parents 13cbeeb + 1b4f845 commit 2c95598
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/CarouselIndicators.js
Expand Up @@ -21,9 +21,7 @@ const CarouselIndicators = (props) => {
onClickHandler(idx);
}}
className={indicatorClasses}
>
{item.caption}
</button>);
/>);
});

return (
Expand Down

0 comments on commit 2c95598

Please sign in to comment.