Skip to content

Commit

Permalink
Merge pull request #30961 from dukenv0307/fix/30933
Browse files Browse the repository at this point in the history
fix: app crashes when using deeplink to request new participants
  • Loading branch information
robertjchen authored Nov 8, 2023
2 parents 24184e4 + c75dc7e commit 4f92107
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export default compose(
// eslint-disable-next-line rulesdir/no-multiple-onyx-in-file
withOnyx({
transaction: {
key: ({iou}) => `${ONYXKEYS.COLLECTION.TRANSACTION}${iou.transactionID}`,
key: ({iou}) => `${ONYXKEYS.COLLECTION.TRANSACTION}${lodashGet(iou, 'transactionID', 0)}`,
},
}),
)(MoneyRequestParticipantsPage);

0 comments on commit 4f92107

Please sign in to comment.