Skip to content

Commit

Permalink
Update src/components/ReportActionItem/MoneyRequestAction.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Aldo Canepa Garay <87341702+aldo-expensify@users.noreply.github.com>
  • Loading branch information
youssef-lr and aldo-expensify authored Feb 6, 2024
1 parent 2831fef commit 6c2abde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ReportActionItem/MoneyRequestAction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function MoneyRequestAction({
}

// If the childReportID is not present, we need to create a new thread
const childReportID = action?.childReportID ?? 0;
const childReportID = action?.childReportID;
if (!childReportID) {
const thread = ReportUtils.buildTransactionThread(action, requestReportID);
const userLogins = PersonalDetailsUtils.getLoginsByAccountIDs(thread.participantAccountIDs ?? []);
Expand Down

0 comments on commit 6c2abde

Please sign in to comment.