Skip to content

Commit

Permalink
use action
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonals committed Aug 8, 2023
1 parent 0a70b14 commit e1b1c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ export default compose(
key: ONYXKEYS.PREFERRED_EMOJI_SKIN_TONE,
},
iouReport: {
key: ({report}) => `${ONYXKEYS.COLLECTION.REPORT}${report.iouReportID}`,
key: ({action}) => `${ONYXKEYS.COLLECTION.REPORT}${ReportActionsUtils.getIOUReportIDFromReportActionPreview(action)}`,
},
emojiReactions: {
key: ({action}) => `${ONYXKEYS.COLLECTION.REPORT_ACTIONS_REACTIONS}${action.reportActionID}`,
Expand Down

0 comments on commit e1b1c21

Please sign in to comment.