Skip to content

Commit

Permalink
Update src/components/Attachments/AttachmentCarousel/CarouselItem.js
Browse files Browse the repository at this point in the history
Co-authored-by: Georgia Monahan <[email protected]>
  • Loading branch information
roryabraham and grgia authored Nov 3, 2023
1 parent 2e17ee7 commit aa5cc60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@ function CarouselItem({item, isFocused, onPress}) {

CarouselItem.propTypes = propTypes;
CarouselItem.defaultProps = defaultProps;
CarouselItem.displayName = 'displayName';
CarouselItem.displayName = 'CarouselItem';

export default CarouselItem;

0 comments on commit aa5cc60

Please sign in to comment.