Skip to content

Commit

Permalink
Merge pull request Expensify#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
  • Loading branch information
rlinoz authored Jul 9, 2024
2 parents 17c99a1 + 434f4dd commit bc85d26
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 @@ -5143,7 +5143,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 bc85d26

Please sign in to comment.