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
(cherry picked from commit 4f92107)
  • Loading branch information
robertjchen authored and OSBotify committed Nov 8, 2023
1 parent 88311d6 commit f8ec977
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 f8ec977

Please sign in to comment.