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.
1 parent 74b6521 commit c41d67bCopy full SHA for c41d67b
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