Skip to content

Commit

Permalink
Update src/components/AttachmentCarousel/CarouselActions/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Martins <luacmartins@gmail.com>
  • Loading branch information
JediWattson and luacmartins authored Jan 8, 2023
1 parent 65b694a commit 2199eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AttachmentCarousel/CarouselActions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const propTypes = {
/** Styles to be assigned to Carousel */
styles: PropTypes.shape({}).isRequired,

/** Children to render. */
/** Children to render */
children: PropTypes.oneOfType([
PropTypes.func,
PropTypes.node,
Expand Down

0 comments on commit 2199eae

Please sign in to comment.