Skip to content

Commit

Permalink
Merge pull request #45084 from nkdengineer/fix/44960
Browse files Browse the repository at this point in the history
fix: app crashes when open the transaction thread report
(cherry picked from commit bc85d26)
  • Loading branch information
rlinoz authored and OSBotify committed Jul 9, 2024
1 parent 71dabb9 commit 343300a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/ReportUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5144,7 +5144,7 @@ function buildTransactionThread(
participantAccountIDs,
getTransactionReportName(reportAction),
undefined,
moneyRequestReport?.policyID,
moneyRequestReport?.policyID ?? '-1',
CONST.POLICY.OWNER_ACCOUNT_ID_FAKE,
false,
'',
Expand Down

0 comments on commit 343300a

Please sign in to comment.