Skip to content

Commit

Permalink
Merge pull request #10779 from Expensify/marcaaron-concatKeyForReport…
Browse files Browse the repository at this point in the history
…ActionsList

Use sequenceNumber and reportActionID for now

(cherry picked from commit bd39027)
  • Loading branch information
srikarparsi authored and OSBotify committed Sep 2, 2022
1 parent 3c5ba48 commit 63bd65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class ReportActionsList extends React.Component {
* @return {String}
*/
keyExtractor(item) {
return `${item.action.reportActionID}`;
return `${item.action.reportActionID}${item.action.sequenceNumber}`;
}

/**
Expand Down

0 comments on commit 63bd65f

Please sign in to comment.