Skip to content

Commit

Permalink
Merge pull request #25971 from Expensify/cmartins-ensureThreeReceipts
Browse files Browse the repository at this point in the history
Show max of three receipts in report preview
  • Loading branch information
tylerkaraszewski authored Aug 30, 2023
2 parents 211d8e5 + 0f19ce6 commit 1b63c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ReportActionItem/ReportActionItemImages.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function ReportActionItemImages({images, size, total, isHovered}) {
const isLastImage = index === numberOfShownImages - 1;
return (
<View
key={image}
key={`${index}-${image}`}
style={[styles.reportActionItemImage, hoverStyle]}
>
<ReportActionItemImage
Expand Down

0 comments on commit 1b63c76

Please sign in to comment.