Skip to content

Commit

Permalink
move prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Pader committed Jan 7, 2024
1 parent 391d035 commit be3c674
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ function CarouselItem({item, onPress}) {
<AttachmentView
source={item.source}
file={item.file}
onPress={onPress}
isAuthTokenRequired={item.isAuthTokenRequired}
onPress={onPress}
transactionID={item.transactionID}
/>
</View>
Expand Down

0 comments on commit be3c674

Please sign in to comment.