Skip to content

Commit

Permalink
remove param unused
Browse files Browse the repository at this point in the history
  • Loading branch information
huult committed Nov 15, 2024
1 parent 2454e02 commit d6373e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function AttachmentCarouselPager(

const carouselItems = items.map((item, index) => (
<View
key={extractItemKey(item, index)}
key={extractItemKey(item)}
style={styles.flex1}
>
<CarouselItem
Expand Down

0 comments on commit d6373e8

Please sign in to comment.