Skip to content

Commit

Permalink
Merge pull request #47185 from rayane-djouah/fix-console-error
Browse files Browse the repository at this point in the history
[No QA] Fix a console warning in search page
  • Loading branch information
luacmartins committed Aug 9, 2024
2 parents cb7e252 + fad7a54 commit e73f2ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/SelectionList/Search/ReportListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ function ReportListItem<TItem extends ListItem>({
</View>
{reportItem.transactions.map((transaction) => (
<TransactionListItemRow
key={transaction.transactionID}
parentAction={reportItem.action}
item={transaction}
showTooltip={showTooltip}
Expand Down

0 comments on commit e73f2ec

Please sign in to comment.