We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 331d776 + b730676 commit 53d56f5Copy full SHA for 53d56f5
src/components/ReportActionItem/MoneyRequestAction.tsx
@@ -92,7 +92,7 @@ function MoneyRequestAction({
92
}
93
94
// If the childReportID is not present, we need to create a new thread
95
- const childReportID = action?.childReportID ?? '0';
+ const childReportID = action?.childReportID;
96
if (!childReportID) {
97
const thread = ReportUtils.buildTransactionThread(action, requestReportID);
98
const userLogins = PersonalDetailsUtils.getLoginsByAccountIDs(thread.participantAccountIDs ?? []);
0 commit comments